aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc/include/asm/timer.h
blob: eaf6195d17e2f463e3deae0a1a26121a9c0b9536 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ___ASM_SPARC_TIMER_H
#define ___ASM_SPARC_TIMER_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/timer_64.h>
#else
#include <asm/timer_32.h>
#endif
#endif