mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-26 00:03:57 +00:00
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: David S. Miller <davem@davemloft.net> Cc: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 lines
238 B
C
13 lines
238 B
C
#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
|
|
|
|
#include <linux/pci-dma.h>
|
|
|
|
#include <asm-generic/pci-dma-compat.h>
|
|
|
|
#endif
|