projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'fixes-for-v2020.07-rc4' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git]
/
include
/
mtd_node.h
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