aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/sfp-machine.h
blob: 4ebc3823ed4fec0a5fb66ad3324bedab98fe19a2 (plain)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_SFP_MACHINE_H
#define ___ASM_SPARC_SFP_MACHINE_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/sfp-machine_64.h>
#else
#include <asm/sfp-machine_32.h>
#endif
#endif