Update API

This commit is contained in:
Alex 2022-11-05 08:03:34 +02:00
parent 14ccd20d9b
commit 7ddc0a63a4
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
2 changed files with 7 additions and 2 deletions

View File

@ -129,6 +129,11 @@ struct KernelCallback
int BytesPerSector;
} Fetch;
} DiskCallback;
struct
{
unsigned char Vector;
} InterruptInfo;
} __attribute__((packed));
#endif // !__FENNIX_DRIVER_API_H__

View File

@ -69,12 +69,12 @@ struct FexExtended
int Type;
struct
{
unsigned char Vector;
unsigned char Vector[16];
} Interrupt;
struct
{
unsigned int ProcessId;
unsigned int ProcessId[16];
} Process;
struct