Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.9-rc5 16 lines 303 B view raw
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 */