aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/ebus.h
blob: 83a6d16c22e68bd5c7f463fb13edc5a7e6af0949 (plain)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_EBUS_H
#define ___ASM_SPARC_EBUS_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/ebus_64.h>
#else
#include <asm/ebus_32.h>
#endif
#endif