Update API

This commit is contained in:
Alex
2022-11-05 08:03:34 +02:00
parent 14ccd20d9b
commit 7ddc0a63a4
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__