blob: f25744c1648e86f4ad8394f1d3fd3c406591c06c [file] [log] [blame]
Viresh Kumar90f1b612015-08-12 09:19:33 +05301/*
2 * Greybus firmware code
3 *
4 * Copyright 2015 Google Inc.
5 * Copyright 2015 Linaro Ltd.
6 *
7 * Released under the GPLv2 only.
8 */
9
10#ifndef __FIRMWARE_H
11#define __FIRMWARE_H
12
Johan Hovold8ec589b2016-01-29 15:42:31 +010013int gb_firmware_init(void);
14void gb_firmware_exit(void);
Viresh Kumar90f1b612015-08-12 09:19:33 +053015
16#endif /* __FIRMWARE_H */