mirror of
https://github.com/AuxXxilium/arc-lkm.git
synced 2024-11-23 23:00:57 +07:00
7 lines
137 B
C
7 lines
137 B
C
|
#ifndef REDPILL_IOSCHEDULER_FIXER_H
|
||
|
#define REDPILL_IOSCHEDULER_FIXER_H
|
||
|
|
||
|
int reset_elevator(void);
|
||
|
|
||
|
#endif //REDPILL_IOSCHEDULER_FIXER_H
|