mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-23 22:37:02 +00:00
8 lines
138 B
C
8 lines
138 B
C
#ifndef DRIVERWRAPPER_H
|
|
#define DRIVERWRAPPER_H
|
|
|
|
/* Driver wrapper code, meant to be called by GS/OS */
|
|
void DriverWrapper(void);
|
|
|
|
#endif
|