mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
initial commit
This commit is contained in:
11
VBLADE/vblade-master/linux.h
Normal file
11
VBLADE/vblade-master/linux.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// linux.h: header for linux.c
|
||||
|
||||
typedef unsigned char uchar;
|
||||
typedef long long vlong;
|
||||
|
||||
int dial(char *);
|
||||
int getindx(int, char *);
|
||||
int getea(int, char *, uchar *);
|
||||
int getsec(int, uchar *, vlong, int);
|
||||
int putsec(int, uchar *, vlong, int);
|
||||
vlong getsize(int);
|
Reference in New Issue
Block a user