aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc/include/asm/sfp-machine.h
blob: 4a247b40573c4de516a4b08a8e32806923d869f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#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