]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/greybus/manifest.h
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / drivers / staging / greybus / manifest.h
1 /*
2  * Greybus manifest parsing
3  *
4  * Copyright 2014 Google Inc.
5  * Copyright 2014 Linaro Ltd.
6  *
7  * Released under the GPLv2 only.
8  */
9
10 #ifndef __MANIFEST_H
11 #define __MANIFEST_H
12
13 struct gb_interface;
14 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
15
16 #endif /* __MANIFEST_H */