nu/eeprom.c: Add emulated EEPROM device

This commit is contained in:
Tau
2018-11-07 16:45:48 -05:00
parent 278108a914
commit 5aaab2879d
4 changed files with 170 additions and 0 deletions

View File

@ -8,6 +8,8 @@ nu_lib = static_library(
capnhook.get_variable('hooklib_dep'),
],
sources : [
'eeprom.c',
'eeprom.h',
'guid.c',
'nvram.c',
'nvram.h',