Sign in
coral
/
linux-mtk
/
cd07ecfbed82ac971ded1167b6e91052a42674d5
/
.
/
arch
/
sparc
/
include
/
asm
/
head.h
blob: 25299b701df59b2a78187274f468d6419356ca60 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
___ASM_SPARC_HEAD_H
#define
___ASM_SPARC_HEAD_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/head_64.h>
#else
#include
<asm/head_32.h>
#endif
#endif