9
0
Fork 0
barebox/include/nand.h

9 lines
139 B
C
Raw Normal View History

#ifndef __NAND_H__
#define __NAND_H__
struct device_d *dev_add_bb_dev(struct device_d *dev, const char *name);
#endif /* __NAND_H__ */