blob: cad79a6ce0e49f8a2ec6fa0f9e06d77b4a601fde [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ___ASM_SPARC_PCI_H
#define ___ASM_SPARC_PCI_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/pci_64.h>
#else
#include <asm/pci_32.h>
#endif
#endif