mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 15:01:01 +07:00
8 lines
212 B
C
8 lines
212 B
C
#ifndef REDPILL_DISABLE_EXECTUTABLES_H
|
|
#define REDPILL_DISABLE_EXECTUTABLES_H
|
|
|
|
int register_disable_executables_shim(void);
|
|
int unregister_disable_executables_shim(void);
|
|
|
|
#endif //REDPILL_DISABLE_EXECTUTABLES_H
|