Adjust prototypes for NUMA-related functions to match the style of the

rest of this file.
This commit is contained in:
John Baldwin 2016-04-27 21:12:05 +00:00
parent 30c05743c4
commit 1b424b5655

View File

@ -505,9 +505,9 @@ SYSCTL_DECL(_debug_acpi);
*
* Returns the VM domain ID if found, or -1 if not found / invalid.
*/
extern int acpi_map_pxm_to_vm_domainid(int pxm);
extern int acpi_get_domain(device_t dev, device_t child, int *domain);
extern int acpi_parse_pxm(device_t dev, int *domain);
int acpi_map_pxm_to_vm_domainid(int pxm);
int acpi_get_domain(device_t dev, device_t child, int *domain);
int acpi_parse_pxm(device_t dev, int *domain);
#endif /* _KERNEL */
#endif /* !_ACPIVAR_H_ */