- added new headers and fixed old ones


git-svn-id: svn://kolibrios.org@9078 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat
2021-07-23 20:47:23 +00:00
parent f1b06bbf99
commit 1161cdeac4
8 changed files with 1053 additions and 8 deletions

View File

@@ -8,6 +8,7 @@
#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <linux/rwsem.h>
//#include <stdint.h>
#define OS_BASE 0x80000000
@@ -26,8 +27,8 @@
typedef struct
{
u32 handle;
u32 io_code;
u32 handle;
u32 io_code;
void *input;
int inp_size;
void *output;