mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 23:11:02 +07:00
9 lines
255 B
C
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
|