mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-19 17:30:32 +00:00
8 lines
95 B
C
8 lines
95 B
C
|
#ifndef CPUMODULE_PROFILE_H
|
||
|
#define CPUMODULE_PROFILE_H
|
||
|
|
||
|
void cpuProfileWrite(void)
|
||
|
{
|
||
|
}
|
||
|
#endif
|