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