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