home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fujiology Archive
/
fujiology_archive_v1_0.iso
/
!FALCON
/
NOCREW
/
MP2_0997.ZIP
/
mp2_0997
/
src
/
clock.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-07-28
|
380b
|
19 lines
/* clock.h
*
* COPYRIGHT (c) 1999 by NoCrew Laboratories.
*
* Exported variables and functions from the
* clock detection routines by Denis Huguet
* (STGhost/SectorOne)
*/
#ifndef _CLOCK_H_
#define _CLOCK_H_
extern long type, frq, bufs, bufe;
extern void clkprobe(void);
extern long test_ext_clk(void);
#define TEST_BUFSIZE 8820
#endif /* _CLOCK_H_ */