Initial commit
This commit is contained in:
11
channel/channelapp/stub/ios.h
Normal file
11
channel/channelapp/stub/ios.h
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
struct ioctlv {
|
||||
void *data;
|
||||
u32 len;
|
||||
};
|
||||
|
||||
int ios_open(const char *filename, u32 mode);
|
||||
int ios_close(int fd);
|
||||
int ios_ioctlv(int fd, u32 n, u32 in_count, u32 out_count, struct ioctlv *vec);
|
||||
int ios_ioctlvreboot(int fd, u32 n, u32 in_count, u32 out_count, struct ioctlv *vec);
|
||||
void reset_ios(void);
|
||||
Reference in New Issue
Block a user