X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fahci.h;h=465ea7fcbbb020d6384342076e42153fa8cc6616;hb=7816f2cf813326505970922021b3ed6490863e78;hp=b363ee1969fa822bbad4c6536558d94c0854f285;hpb=1a247ba7fa5fb09f56892a09a990f03ce564b3e2;p=u-boot diff --git a/include/ahci.h b/include/ahci.h index b363ee1969..465ea7fcbb 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -1,5 +1,5 @@ /* - * Copyright (C) Freescale Semiconductor, Inc. 2006. All rights reserved. + * Copyright (C) Freescale Semiconductor, Inc. 2006. * Author: Jason Jin * Zhang Wei * @@ -25,6 +25,8 @@ #ifndef _AHCI_H_ #define _AHCI_H_ +#include + #define AHCI_PCI_BAR 0x24 #define AHCI_MAX_SG 56 /* hardware max is 64K */ #define AHCI_CMD_SLOT_SZ 32 @@ -187,4 +189,6 @@ struct ahci_probe_ent { u32 link_port_map; /*linkup port map*/ }; +int ahci_init(u32 base); + #endif