]> Git Repo - J-u-boot.git/blame - include/mtd_node.h
arm: mvebu: Add Allied Telesis x250 board
[J-u-boot.git] / include / mtd_node.h
CommitLineData
3c950e2e
AG
1#ifndef _NODE_INFO
2#define _NODE_INFO
3
4/*
5 * Info we use to search for a flash node in DTB.
6 */
7struct node_info {
8 const char *compat; /* compatible string */
9 int type; /* mtd flash type */
10};
11#endif
This page took 0.713339 seconds and 4 git commands to generate.