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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/greybus/manifest.h b/include/linux/greybus/manifest.h
index 88aa7e44cad5..830301b7a8bc 100644
--- a/include/linux/greybus/manifest.h
+++ b/include/linux/greybus/manifest.h
@@ -9,6 +9,8 @@
#ifndef __MANIFEST_H
#define __MANIFEST_H
+#include <linux/types.h>
+
struct gb_interface;
bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);