syn68k/profile/include/readprofile.h
2008-09-26 08:25:10 -06:00

10 lines
238 B
C

#ifndef read_profile_h
#define read_profile_h
typedef enum { BO_BIG_ENDIAN, BO_LITTLE_ENDIAN } ByteOrder;
extern unsigned long instruction_count[65536];
extern void read_profile (const char *filename);
#endif /* Not read_profile_h */