Abstracted out part of the concept of an SPI device to a generalised NVS

device.

Separated the mechanisms of non-volatile storage access and non-volatile
stored options.
This commit is contained in:
Michael Brown
2006-12-04 18:23:06 +00:00
parent dc06c895fc
commit 946967f09c
12 changed files with 275 additions and 240 deletions

View File

@@ -8,6 +8,7 @@
*/
#include <gpxe/spi.h>
#include <gpxe/bitbash.h>
/** A bit-bashing SPI bus */
struct spi_bit_basher {