Files
Mu/tools/palm/hwTestSuite/emuFunctions.h
2018-12-20 20:24:30 -08:00

14 lines
244 B
C

#ifndef EMU_FUNCTIONS_H
#define EMU_FUNCTIONS_H
#include <PalmOS.h>
#include <stdint.h>
#include "specs/emuFeatureRegisterSpec.h"/*needed for feature names*/
Boolean isEmulator();
Boolean isEmulatorFeatureEnabled(uint32_t feature);
#endif