3965295658b61e2ae9e0f4e5c62ec3e53397fbee
[tpg/acess2.git] / KernelLand / Modules / Storage / AHCI / ahci.h
1 /*
2  * Acess2 Kernel - AHCI Driver
3  * - By John Hodge (thePowersGang)
4  *
5  * ahci.h
6  * - Driver header
7  */
8 #ifndef _AHCI__AHCI_H_
9 #define _AHCI__AHCI_H_
10
11 #include "ahci_hw.h"
12
13 typedef struct sAHCI_Ctrlr      tAHCI_Ctrlr;
14
15 struct sAHCI_Ctrlr
16 {
17          int    PortCount;      
18
19          int    IRQ;
20         tPAddr  PMemBase;
21         struct sAHCI_MemSpace   *MMIO;
22 };
23
24 #endif
25

UCC git Repository :: git.ucc.asn.au