home *** CD-ROM | disk | FTP | other *** search
- /* $Archive: /General Utilities/CPUID/defines.h $
- $Author : $
- $Date : $
- $Header : $
- $History: defines.h $
- *
- * ***************** Version 7 *****************
- * User: Tanb Date: 7/18/96 Time: 4:57p
- * Updated in $/General Utilities/CPUID
- * Minor changed in display
- */
-
-
- // defines.h : HEADER FILES
- #ifndef _H_DEFINES
- #define _H_DEFINES
- class cpuid {
- public:
- int chkcpubit(void);
- int chkcpuid(void);
- void std_vendor_id_str (void);
- void std_cpu_signature(void);
- void ext_vendor_id_str (void);
- void ext_cpu_signature(void);
- void ext_cpu_name_str(void);
- void ext_cpu_cache_info(void);
- };
- #endif
-
-