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