redpill-lkm5/shim/boot_device_shim.h

9 lines
234 B
C
Raw Normal View History

2022-12-16 19:34:30 +07:00
#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