mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-30 00:08:03 +00:00
Update API
This commit is contained in:
parent
14ccd20d9b
commit
7ddc0a63a4
5
DAPI.hpp
5
DAPI.hpp
@ -129,6 +129,11 @@ struct KernelCallback
|
|||||||
int BytesPerSector;
|
int BytesPerSector;
|
||||||
} Fetch;
|
} Fetch;
|
||||||
} DiskCallback;
|
} DiskCallback;
|
||||||
|
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
unsigned char Vector;
|
||||||
|
} InterruptInfo;
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
#endif // !__FENNIX_DRIVER_API_H__
|
#endif // !__FENNIX_DRIVER_API_H__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user