aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/sfp-machine.h
blob: c676fcc2dd277df52fe27378f00f97f91ad32706 (plain) (blame)
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-sparc/sfp-machine_64.h>
#else
#include <asm-sparc/sfp-machine_32.h>
#endif
#endif