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
Linux 4.16.11
[linux/fpc-iii.git]
/
drivers
/
staging
/
greybus
/
manifest.h
blob
f3c95a25563184f157622177d7da7676fe58a097
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Greybus manifest parsing
4
*
5
* Copyright 2014 Google Inc.
6
* Copyright 2014 Linaro Ltd.
7
*/
8
9
#ifndef __MANIFEST_H
10
#define __MANIFEST_H
11
12
struct
gb_interface
;
13
bool
gb_manifest_parse
(
struct
gb_interface
*
intf
,
void
*
data
,
size_t
size
);
14
15
#endif
/* __MANIFEST_H */