Files
codezero/include/l4/arch/arm/v5/perfmon.h
2010-03-25 01:12:40 +02:00

7 lines
95 B
C

#ifndef __PERFMON_H__
#define __PERFMON_H__
static inline void perfmon_init(void) { }
#endif