synf-core/source/lib/osx/cpu.h
2025-10-11 10:21:19 +02:00

11 lines
111 B
C

#ifndef CPU_H
#define CPU_H
#ifdef __APPLE__
float cpu_frequency(void);
char* cpu_name(void);
#endif
#endif