summaryrefslogtreecommitdiff
path: root/src/flash/nand/driver.h
Commit message (Collapse)AuthorAgeFilesLines
* Comment and doxygen fixesDavid Brownell2009-12-091-1/+1
| | | | Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
* split NAND driver handling into nand/driver.[ch]Zachary T Welch2009-12-041-0/+106
This work parallels the NOR directory, encapsulating the NAND drivers into a separate file. This takes an extra step by encapsulating the type of data structure used to manage the drivers, allowing it to be changed from an array to a dynamic list in the future.