mirror of
https://github.com/AuxXxilium/arc-lkm.git
synced 2024-11-23 23:00:57 +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
|