mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 23:11:02 +07:00
8 lines
174 B
C
8 lines
174 B
C
#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
|