aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/openprom.h
blob: aaeae905ed3f945482a27d812a7df0b245ec22a9 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_OPENPROM_H
#define ___ASM_SPARC_OPENPROM_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/openprom_64.h>
#else
#include <asm/openprom_32.h>
#endif
#endif