mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-12-04 09:04:14 +01:00
7 lines
109 B
C
7 lines
109 B
C
|
#ifndef __ES_H__
|
||
|
#define __ES_H__
|
||
|
|
||
|
extern int in_ES_ioctlv(void *);
|
||
|
extern int out_ES_ioctlv(void *);
|
||
|
|
||
|
#endif
|