forked from Hay1tsme/segatools
13 lines
205 B
C
13 lines
205 B
C
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
DEFINE_GUID(
|
||
|
gpio_guid,
|
||
|
0xE9A26688,
|
||
|
0xF522,
|
||
|
0x44FA,
|
||
|
0xBF, 0xEE, 0x59, 0xDD, 0x16, 0x15, 0x56, 0x6C);
|
||
|
|
||
|
void gpio_hook_init(void);
|