blob: d8e6bb9c0ccc75bee14438cd767630002f6400fa [file] [log] [blame]
Paul Mundt9c93e592009-06-17 16:34:45 +09001#ifndef __ASM_SH_PERF_COUNTER_H
2#define __ASM_SH_PERF_COUNTER_H
3
4/* SH only supports software counters through this interface. */
Paul Mundtd94d4ad2009-06-24 22:35:30 +09005static inline void set_perf_counter_pending(void) {}
Paul Mundt9c93e592009-06-17 16:34:45 +09006
Paul Mundt47220f62009-07-03 13:08:28 +09007#define PERF_COUNTER_INDEX_OFFSET 0
8
Paul Mundt9c93e592009-06-17 16:34:45 +09009#endif /* __ASM_SH_PERF_COUNTER_H */