redpill-lkm5/shim/boot_dev/native_sata_boot_shim.h
2022-12-16 14:34:30 +02:00

9 lines
255 B
C

#ifndef REDPILL_NATIVE_SATA_BOOT_SHIM_H
#define REDPILL_NATIVE_SATA_BOOT_SHIM_H
struct boot_media;
int register_native_sata_boot_shim(const struct boot_media *config);
int unregister_native_sata_boot_shim(void);
#endif //REDPILL_NATIVE_SATA_BOOT_SHIM_H