pci-sh4.h (f0eef25339f92f7cd4aeea23d9ae97987a5a1e82) | pci-sh4.h (32351a28a7e1f2c68afbe559dd35e1ad0301be6d) |
---|---|
1#ifndef __PCI_SH4_H 2#define __PCI_SH4_H 3 | 1#ifndef __PCI_SH4_H 2#define __PCI_SH4_H 3 |
4#ifdef CONFIG_CPU_SUBTYPE_SH7780 | 4#if defined(CONFIG_CPU_SUBTYPE_SH7780) || defined(CONFIG_CPU_SUBTYPE_SH7785) |
5#include "pci-sh7780.h" 6#else 7#include "pci-sh7751.h" 8#endif 9 10#include <asm/io.h> 11 12/* startup values */ --- 168 unchanged lines hidden --- | 5#include "pci-sh7780.h" 6#else 7#include "pci-sh7751.h" 8#endif 9 10#include <asm/io.h> 11 12/* startup values */ --- 168 unchanged lines hidden --- |