mirror of
https://github.com/drasko/codezero.git
synced 2026-01-23 16:23:16 +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
|