Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
9c93e596979021b159736a1273987c3e52d809e0
/
.
/
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 */