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