mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 15:31:50 +00:00
9 lines
116 B
C
9 lines
116 B
C
|
#ifndef CPUMODULE_PROFILE_H
|
||
|
#define CPUMODULE_PROFILE_H
|
||
|
|
||
|
#include "fileops.h"
|
||
|
void cpuProfileWrite(void)
|
||
|
{
|
||
|
}
|
||
|
#endif
|