From e71c07b9d5cc1236ca08536ae052faa5fc6b9096 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 23 Apr 2023 18:16:38 -0400 Subject: Fix up darwin --- common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index b936a62..832d85c 100644 --- a/common.h +++ b/common.h @@ -41,6 +41,9 @@ unsigned int CPUID(unsigned int leaf, union regs_t *reg); int is_cpu_hyperthreaded(); int is_cpu_virtual(); char *get_sys_product(); +#if defined(__APPLE__) +char *get_sys_product_darwin(); +#endif unsigned int get_cpu_count(); char *get_cpu_manufacturer(); char *get_cpu_vendor(); -- cgit