summaryrefslogtreecommitdiff
path: root/include/linux/greybus/manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/greybus/manifest.h')
-rw-r--r--include/linux/greybus/manifest.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/greybus/manifest.h b/include/linux/greybus/manifest.h
new file mode 100644
index 000000000000..88aa7e44cad5
--- /dev/null
+++ b/include/linux/greybus/manifest.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Greybus manifest parsing
+ *
+ * Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
+ */
+
+#ifndef __MANIFEST_H
+#define __MANIFEST_H
+
+struct gb_interface;
+bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
+
+#endif /* __MANIFEST_H */