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

12
nu/eeprom.h Normal file
View File

@ -0,0 +1,12 @@
#pragma once
#include <windows.h>
DEFINE_GUID(
eeprom_guid,
0xB7970F0C,
0x31C4,
0x45FF,
0x96, 0x18, 0x0A, 0x24, 0x00, 0x94, 0xB2, 0x71);
HRESULT eeprom_hook_init(void);