segatools/amex/gpio.h
Tau 6d933eb8f4 amex/config.c: Rename from cfg.c
Easier to type and more consistent with its identifiers.
2019-05-17 23:07:20 -04:00

15 lines
259 B
C

#pragma once
#include <windows.h>
#include "amex/config.h"
DEFINE_GUID(
gpio_guid,
0xE9A26688,
0xF522,
0x44FA,
0xBF, 0xEE, 0x59, 0xDD, 0x16, 0x15, 0x56, 0x6C);
HRESULT gpio_hook_init(const struct gpio_config *cfg);