mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
8 lines
95 B
C
8 lines
95 B
C
|
#ifndef CPUMODULE_PROFILE_H
|
||
|
#define CPUMODULE_PROFILE_H
|
||
|
|
||
|
void cpuProfileWrite(void)
|
||
|
{
|
||
|
}
|
||
|
#endif
|