Adjust prototypes for NUMA-related functions to match the style of the
rest of this file.
This commit is contained in:
parent
30c05743c4
commit
1b424b5655
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user