mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
ata: merge the header of ata_piix driver
move the sata.h from include/ to drivers/block/ata_piix.h Signed-off-by: Dave Liu <daveliu@freescale.com>
This commit is contained in:
parent
9eef62804d
commit
83c7f470a4
2 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
#define SATA_DECL
|
#define SATA_DECL
|
||||||
#define DRV_DECL /*For file specific declarations */
|
#define DRV_DECL /*For file specific declarations */
|
||||||
#include <sata.h>
|
#include "ata_piix.h"
|
||||||
|
|
||||||
/*Macros realted to PCI*/
|
/*Macros realted to PCI*/
|
||||||
#define PCI_SATA_BUS 0x00
|
#define PCI_SATA_BUS 0x00
|
||||||
|
|
Loading…
Add table
Reference in a new issue