Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8a21346058ad946134b6ddfeb5de975c3cfcf5da
/
.
/
include
/
asm-sparc
/
timer.h
blob: 475baa05a96eff30f0a5a71e7ac2b9b5b923b9e8 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_TIMER_H
#define
___ASM_SPARC_TIMER_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/timer_64.h>
#else
#include
<asm-sparc/timer_32.h>
#endif
#endif