mirror of
https://github.com/drasko/codezero.git
synced 2026-05-03 09:01:30 +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
|