redpill-lkm5/shim/storage/sata_port_shim.h
2022-12-16 14:34:30 +02:00

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