Release 4.11 drivers/staging/greybus/manifest.h
/*
* Greybus manifest parsing
*
* Copyright 2014 Google Inc.
* Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
#ifndef __MANIFEST_H
#define __MANIFEST_H
struct gb_interface;
bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
#endif /* __MANIFEST_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alex Elder | 25 | 86.21% | 2 | 50.00% |
Greg Kroah-Hartman | 3 | 10.34% | 1 | 25.00% |
Viresh Kumar | 1 | 3.45% | 1 | 25.00% |
Total | 29 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.