summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2016-04-27 21:12:05 +0000
committerjhb <jhb@FreeBSD.org>2016-04-27 21:12:05 +0000
commit9e4bd1ed3f712fbc5e6f42483f2cd34cc7830d10 (patch)
tree52c6ca1dfe9deb3e0269dbb890d1d7de5cac8b92 /sys/dev
parentbabc28ae54069f5d22baa5050391a10cce9f61e1 (diff)
downloadFreeBSD-src-9e4bd1ed3f712fbc5e6f42483f2cd34cc7830d10.zip
FreeBSD-src-9e4bd1ed3f712fbc5e6f42483f2cd34cc7830d10.tar.gz
Adjust prototypes for NUMA-related functions to match the style of the
rest of this file.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpica/acpivar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index dd1ceeb..56b634f 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -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_ */
OpenPOWER on IntegriCloud