xref: /rk3399_rockchip-uboot/include/mtd_node.h (revision 4026aca6d6d2b6b4501acaae6f2f5d904a0f3ee1)
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
12