mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 15:01:01 +07:00
redpill: fix missing
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
99645488f0
commit
d2d97c3790
@ -4,6 +4,7 @@
|
||||
#include "common.h" //commonly used headers in this module
|
||||
#include "internal/intercept_execve.h" //Handling of execve() replacement
|
||||
#include "internal/scsi/scsi_notifier.h" //the missing pub/sub handler for SCSI driver
|
||||
#include "internal/ioscheduler_fixer.h" //reset_elevator() to correct elevator= boot cmdline
|
||||
#include "config/cmdline_delegate.h" //Parsing of kernel cmdline
|
||||
#include "shim/boot_device_shim.h" //Registering & deciding between boot device shims
|
||||
#include "shim/bios_shim.h" //Shimming various mfgBIOS functions to make them happy
|
||||
|
Loading…
Reference in New Issue
Block a user