mirror of
https://github.com/drasko/codezero.git
synced 2026-04-25 21:29:03 +02:00
7 lines
95 B
C
7 lines
95 B
C
#ifndef __PERFMON_H__
|
|
#define __PERFMON_H__
|
|
|
|
static inline void perfmon_init(void) { }
|
|
|
|
#endif
|