mirror of
https://github.com/ApacheThunder/SCKILL.git
synced 2025-06-18 11:05:50 -04:00
7 lines
121 B
C
7 lines
121 B
C
#ifndef IRQ_HOOK_H
|
|
#define IRQ_HOOK_H
|
|
|
|
extern unsigned char irq_hook_bin[];
|
|
extern unsigned int irq_hook_bin_len;
|
|
|
|
#endif |