nu/nvram.c: Add helper for NVRAM-class devices

This commit is contained in:
Tau
2018-11-07 16:41:31 -05:00
parent c340258be6
commit 278108a914
3 changed files with 89 additions and 0 deletions

View File

@ -9,5 +9,7 @@ nu_lib = static_library(
],
sources : [
'guid.c',
'nvram.c',
'nvram.h',
],
)