mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 00:07:27 +03:00
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:
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <gpxe/spi.h>
|
||||
#include <gpxe/bitbash.h>
|
||||
|
||||
/** A bit-bashing SPI bus */
|
||||
struct spi_bit_basher {
|
||||
|
||||
Reference in New Issue
Block a user