add atapi driver
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef ATAPI_H
|
||||
#define ATAPI_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
int read_cdrom(uint16_t port, bool slave, uint32_t lba, uint32_t sectors, uint16_t *buffer);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user