mirror of
https://github.com/entropy-z/Kharon
synced 2026-06-06 15:34:34 +00:00
7 lines
150 B
C
7 lines
150 B
C
#ifndef KH_ERROR_H
|
|
#define KH_ERROR_H
|
|
|
|
#define KH_ERROR_INVALID_MASK_ID 0x10
|
|
#define KH_ERROR_INVALID_INJECTION_ID 0x11
|
|
|
|
#endif // KH_ERROR_H
|