1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298722

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_ */