Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
refs/heads/WIP-09Mar2018
/
.
/
include
/
mtd_node.h
blob: 5aae0859daed3e84de14b9611ca8ef1609bebede [
file
] [
log
] [
blame
]
Anatolij Gustschin
3c950e2
2010-03-16 17:10:05 +0100
[
diff
] [
blame
]
1
#ifndef
_NODE_INFO
2
#define
_NODE_INFO
3
4
/*
5
* Info we use to search for a flash node in DTB.
6
*/
7
struct
node_info
{
8
const
char
*
compat
;
/* compatible string */
9
int
type
;
/* mtd flash type */
10
};
11
#endif