Default LISTING_LHS_WIDTH to depend on LISTING_WORD_SIZE so that bytes per
[binutils.git] / gprof / hertz.h
blobfc30a1f9d787046de1c25ea70161f9e6080ddc35
1 #ifndef hertz_h
2 #define hertz_h
4 #include "gprof.h"
6 #define HZ_WRONG 0 /* impossible clock frequency */
8 /*
9 * Discover the tick frequency of the machine if something goes wrong,
10 * we return HZ_WRONG, an impossible sampling frequency.
13 extern int hertz PARAMS ((void));
15 #endif /* hertz_h */