blob: b807d52a48091164b0010be6bd4466863508ed8c [file] [log] [blame]
#ifndef ___ASM_SPARC_PCI_H
#define ___ASM_SPARC_PCI_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/pci_64.h>
#else
#include <asm-sparc/pci_32.h>
#endif
#endif