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

9 lines
198 B
C

#ifndef REDPILLLKM_BIOS_SHIM_H
#define REDPILLLKM_BIOS_SHIM_H
struct hw_config;
int register_bios_shim(const struct hw_config *hw);
int unregister_bios_shim(void);
#endif //REDPILLLKM_BIOS_SHIM_H