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

9 lines
224 B
C

#ifndef REDPILL_USB_BOOT_SHIM_H
#define REDPILL_USB_BOOT_SHIM_H
struct boot_media;
int register_usb_boot_shim(const struct boot_media *boot_dev_config);
int unregister_usb_boot_shim(void);
#endif //REDPILL_USB_BOOT_SHIM_H