/*! @file i386/libsaio/freq_detect.h Copyright 2007-2009 David F. Elliott. All rights reserved. */ #ifndef _LIBSAIO_FREQ_DETECT_H__ #define _LIBSAIO_FREQ_DETECT_H__ extern uint64_t fsbFrequency; extern void determineFsbFrequency(); #endif //ndef _LIBSAIO_FREQ_DETECT_H__