1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-15 05:57:37 +01:00
segatools-hay1tsme/amex/gpio.h

15 lines
259 B
C
Raw Normal View History

#pragma once
#include <windows.h>
#include "amex/config.h"
2019-05-04 19:12:20 +02:00
DEFINE_GUID(
gpio_guid,
0xE9A26688,
0xF522,
0x44FA,
0xBF, 0xEE, 0x59, 0xDD, 0x16, 0x15, 0x56, 0x6C);
2019-05-04 19:12:20 +02:00
HRESULT gpio_hook_init(const struct gpio_config *cfg);