mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-12-03 16:44:16 +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 |