From 8b46c09925a80623c289e346c12921bc09fd1678 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 8 Jan 1996 11:10:27 +0000 Subject: Initial GNU binutils 2.6 import --- gnu/usr.bin/binutils/gprof/hertz.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gnu/usr.bin/binutils/gprof/hertz.h (limited to 'gnu/usr.bin/binutils/gprof/hertz.h') diff --git a/gnu/usr.bin/binutils/gprof/hertz.h b/gnu/usr.bin/binutils/gprof/hertz.h new file mode 100644 index 00000000000..d5a23d3224a --- /dev/null +++ b/gnu/usr.bin/binutils/gprof/hertz.h @@ -0,0 +1,14 @@ +#ifndef hertz_h +#define hertz_h + +#include "gprof.h" + +#define HZ_WRONG 0 /* impossible clock frequency */ + +/* + * Discover the tick frequency of the machine if something goes wrong, + * we return HZ_WRONG, an impossible sampling frequency. + */ +extern int hertz PARAMS ((void)); + +#endif /* hertz_h */ -- cgit v1.2.3