#if !defined(_mac_specs_h)
#define _mac_specs_h
#if defined(__cplusplus)
extern "C" {
#endif
int vputil_hasAltivec(void);
int vputil_cpuMhz(void);
#if defined(__cplusplus)
}
#endif
#endif
