mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
[linux/fpc-iii.git] / drivers / staging / greybus / manifest.h
blobd96428407cd75d6817e52367b5b3fa793a71d772
1 /*
2 * Greybus manifest parsing
4 * Copyright 2014 Google Inc.
5 * Copyright 2014 Linaro Ltd.
7 * Released under the GPLv2 only.
8 */
10 #ifndef __MANIFEST_H
11 #define __MANIFEST_H
13 struct gb_interface;
14 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
16 #endif /* __MANIFEST_H */