kern

diff src/ata.h @ 88:a398bf73fe93

- added the partition table parsing code - starting with the filesystem
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 Dec 2011 13:34:47 +0200
parents 379332fc1667
children 7ff2b4971216
line diff
     1.1 --- a/src/ata.h	Wed Dec 07 17:10:37 2011 +0200
     1.2 +++ b/src/ata.h	Thu Dec 08 13:34:47 2011 +0200
     1.3 @@ -3,6 +3,8 @@
     1.4  
     1.5  void init_ata(void);
     1.6  
     1.7 +int ata_num_devices(void);
     1.8 +
     1.9  int ata_read_pio(int devno, uint64_t sect, void *buf);
    1.10  int ata_write_pio(int devno, uint64_t sect, void *buf);
    1.11