mirror of
https://github.com/AuxXxilium/arc-lkm.git
synced 2024-11-23 14:50:57 +07:00
d288da5003
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
9 lines
234 B
C
Executable File
9 lines
234 B
C
Executable File
#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
|