mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-20 16:47:35 -05:00
11 lines
171 B
C
11 lines
171 B
C
#ifndef IIDXHOOK_COM4_H
|
|
#define IIDXHOOK_COM4_H
|
|
|
|
#include "hook/iohook.h"
|
|
|
|
void com4_init(void);
|
|
void com4_fini(void);
|
|
HRESULT com4_dispatch_irp(struct irp *irp);
|
|
|
|
#endif
|