arc-lkm/shim/bios_shim.h
AuxXxilium d288da5003 init: lkm
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-05-05 01:31:48 +02:00

9 lines
198 B
C
Executable File

#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