summaryrefslogtreecommitdiff
path: root/src/flash/nor/drivers.c
Commit message (Collapse)AuthorAgeFilesLines
* split flash.h into into flash/nor/*.hZachary T Welch2009-12-041-1/+1
| | | | | | | | | Move the bulk of the flash.h file into flash/nor/core.h, leaving an empty husk that will be removed in the next patch. The NOR driver structure is an implementation detail, so move it into its own private header file <flash/nor/driver.h> along with helper declaration for finding them by name.
* add flash/nor/drivers.cZachary T Welch2009-12-041-0/+77
Encapsulates access to the flash_drivers array, providing a base of operations for future dynamic driver module loading features.