syn68k/profile/include/readprofile.h

10 lines
238 B
C
Raw Normal View History

2008-09-26 14:25:10 +00:00
#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 */