blob: a1fe2c1281ad9fc1a9f5f56729bacbf72cc8d2d0 [file] [log] [blame]
/*
* Greybus module manifest parsing
*
* Copyright 2014 Google Inc.
*
* Released under the GPLv2 only.
*/
#ifndef __MANIFEST_H
#define __MANIFEST_H
struct gb_module;
bool gb_manifest_parse(struct gb_module *gmod, void *data, size_t size);
#endif /* __MANIFEST_H */