arc-lkm/shim/block_fw_update_shim.h

8 lines
192 B
C
Raw Permalink Normal View History

#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