* readelf.c (struct Frame_Chunk): Add cfa_exp.
[binutils.git] / gprof / hertz.h
blob7f8b3ee58b219752f2c1b2774d216ea0a2039a29
1 #ifndef hertz_h
2 #define hertz_h
4 #define HZ_WRONG 0 /* impossible clock frequency */
6 /*
7 * Discover the tick frequency of the machine if something goes wrong,
8 * we return HZ_WRONG, an impossible sampling frequency.
9 */
11 extern int hertz PARAMS ((void));
13 #endif /* hertz_h */