mpw/cpu/CpuModule_Profile.h
2013-02-05 23:11:41 -05:00

9 lines
116 B
C

#ifndef CPUMODULE_PROFILE_H
#define CPUMODULE_PROFILE_H
#include "fileops.h"
void cpuProfileWrite(void)
{
}
#endif