mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 15:01:01 +07:00
8 lines
192 B
C
8 lines
192 B
C
#ifndef REDPILL_BLOCK_FW_UPDATE_SHIM_H
|
|
#define REDPILL_BLOCK_FW_UPDATE_SHIM_H
|
|
|
|
int register_fw_update_shim(void);
|
|
int unregister_fw_update_shim(void);
|
|
|
|
#endif //REDPILL_BLOCK_FW_UPDATE_SHIM_H
|