blob: 548d297eec63e07196e0af89b0ce0ac7fe6289a2 [file] [log] [blame]
/*
* Greybus firmware code
*
* Copyright 2015 Google Inc.
* Copyright 2015 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
#ifndef __FIRMWARE_H
#define __FIRMWARE_H
int gb_firmware_protocol_init(void);
void gb_firmware_protocol_exit(void);
#endif /* __FIRMWARE_H */