MicrOS
harddisk_atapi.h
Go to the documentation of this file.
1 #ifndef HARDDISK_ATAPI_H
2 #define HARDDISK_ATAPI_H
3 
4 #include <stdint.h>
5 #include <stddef.h>
6 #include <stdbool.h>
7 #include "assembly/io.h"
9 
10 #endif