summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/bootrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/greybus/bootrom.h')
-rw-r--r--drivers/staging/greybus/bootrom.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/greybus/bootrom.h b/drivers/staging/greybus/bootrom.h
new file mode 100644
index 000000000000..fd2d1938ef21
--- /dev/null
+++ b/drivers/staging/greybus/bootrom.h
@@ -0,0 +1,16 @@
+/*
+ * Greybus bootrom code
+ *
+ * Copyright 2016 Google Inc.
+ * Copyright 2016 Linaro Ltd.
+ *
+ * Released under the GPLv2 only.
+ */
+
+#ifndef __BOOTROM_H
+#define __BOOTROM_H
+
+int gb_bootrom_init(void);
+void gb_bootrom_exit(void);
+
+#endif /* __BOOTROM_H */