mirror of
https://github.com/AuxXxilium/arc-lkm.git
synced 2024-11-23 23:00:57 +07:00
d288da5003
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
8 lines
174 B
C
Executable File
8 lines
174 B
C
Executable File
#ifndef REDPILL_SATA_PORT_SHIM_H
|
|
#define REDPILL_SATA_PORT_SHIM_H
|
|
|
|
int register_sata_port_shim(void);
|
|
int unregister_sata_port_shim(void);
|
|
|
|
#endif //REDPILL_SATA_PORT_SHIM_H
|