repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
[linux/fpc-iii.git]
/
drivers
/
staging
/
greybus
/
manifest.h
blob
d96428407cd75d6817e52367b5b3fa793a71d772
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
13
struct
gb_interface
;
14
bool
gb_manifest_parse
(
struct
gb_interface
*
intf
,
void
*
data
,
size_t
size
);
15
16
#endif
/* __MANIFEST_H */