mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 15:01:01 +07:00
9 lines
234 B
C
9 lines
234 B
C
#ifndef REDPILLLKM_BOOT_DEVICE_SHIM_H
|
|
#define REDPILLLKM_BOOT_DEVICE_SHIM_H
|
|
|
|
struct boot_media;
|
|
int register_boot_shim(const struct boot_media *boot_dev_config);
|
|
int unregister_boot_shim(void);
|
|
|
|
#endif //REDPILLLKM_BOOT_DEVICE_SHIM_H
|