linux/drivers/staging/greybus/legacy.h

17 lines
259 B
C

/*
* Greybus legacy-protocol driver
*
* Copyright 2015 Google Inc.
* Copyright 2015 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
#ifndef __LEGACY_H
#define __LEGACY_H
int gb_legacy_init(void);
void gb_legacy_exit(void);
#endif /* __LEGACY_H */