Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
557dca5f48a45df88a73e69ee0700cfd4e2358c9
/
.
/
arch
/
sh
/
include
/
asm
/
perf_counter.h
blob: a8153c2aa6faf20db8fd1ef661218536d046362c [
file
] [
log
] [
blame
]
#ifndef
__ASM_SH_PERF_COUNTER_H
#define
__ASM_SH_PERF_COUNTER_H
/* SH only supports software counters through this interface. */
#define
set_perf_counter_pending
()
do
{
}
while
(
0
)
#endif
/* __ASM_SH_PERF_COUNTER_H */