summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/firmware.h
blob: 548d297eec63e07196e0af89b0ce0ac7fe6289a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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 */