MentOS  0.8.0
The Mentoring Operating System
ata.h
Go to the documentation of this file.
1 
18 #pragma once
19 
22 int ata_initialize(void);
23 
26 int ata_finalize(void);
27 
int ata_initialize(void)
Initializes the ATA drivers.
Definition: ata.c:1625
int ata_finalize(void)
De-initializes the ATA drivers.
Definition: ata.c:1648