xref: /dflybsd-src/sys/platform/pc64/acpica/acpi_md_cpu.h (revision 8005c0c8043b7ae00e50a93283603a9211fded8d)
1 #ifndef _ACPI_MD_CPU_H_
2 #define _ACPI_MD_CPU_H_
3 
4 /*
5  * CPU ID -> ACPI ID mapping macros
6  */
7 #define CPUID_TO_ACPIID(cpu_id)		(cpu_id_to_acpi_id[(cpu_id)])
8 
9 extern u_int			cpu_id_to_acpi_id[];
10 
11 #endif	/* !_ACPI_MD_CPU_H_ */
12