dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(build): add build lunch k5c and k5 support
lin
2025-01-04
be45768b193281917003531c55e9ebda9d2c2f99
[~lzh/A133.git]
/
android
/
external
/
u-boot
/
include
/
mtd_node.h
1
2
3
4
5
6
7
8
9
10
11
#ifndef _NODE_INFO
#define _NODE_INFO
/*
* Info we use to search for a flash node in DTB.
*/
struct node_info {
const char *compat; /* compatible string */
int type; /* mtd flash type */
};
#endif