Loading...
Note: File does not exist in v3.1.
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
13struct gb_interface;
14bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
15
16#endif /* __MANIFEST_H */