Files

13 lines
265 B
C
Raw Permalink Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
2008-07-17 21:55:51 -07:00
#ifndef ___ASM_SPARC_PROCESSOR_H
#define ___ASM_SPARC_PROCESSOR_H
2026-03-04 08:49:06 +01:00
#include <asm/vdso/processor.h>
2008-07-17 21:55:51 -07:00
#if defined(__sparc__) && defined(__arch64__)
2008-07-27 23:00:59 +02:00
#include <asm/processor_64.h>
2008-07-17 21:55:51 -07:00
#else
2008-07-27 23:00:59 +02:00
#include <asm/processor_32.h>
2005-04-16 15:20:36 -07:00
#endif
#endif