blob: a1fe2c1281ad9fc1a9f5f56729bacbf72cc8d2d0 [file] [log] [blame]
Alex Elderb09c94a2014-10-01 21:54:16 -05001/*
2 * Greybus module manifest parsing
3 *
4 * Copyright 2014 Google Inc.
5 *
6 * Released under the GPLv2 only.
7 */
8
9#ifndef __MANIFEST_H
10#define __MANIFEST_H
11
Alex Elder937d0da2014-10-03 14:14:25 -050012struct gb_module;
13bool gb_manifest_parse(struct gb_module *gmod, void *data, size_t size);
Alex Elderb09c94a2014-10-01 21:54:16 -050014
15#endif /* __MANIFEST_H */