manifest.h 303 B

1234567891011121314151617
  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. #ifndef __MANIFEST_H
  10. #define __MANIFEST_H
  11. struct gb_interface;
  12. bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
  13. #endif /* __MANIFEST_H */