mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 09:49:26 +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 |