summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-07-07 20:07:33 +0000
committermarcel <marcel@FreeBSD.org>2010-07-07 20:07:33 +0000
commitd729021fb8c50c0ee2ce0b12345ee671779b99e0 (patch)
tree254c169d384a15743b0908eb18baefdb6b8e201c /sys/ia64/include
parentf2502957ba384074e57be3968b2ffebb14eb8c8a (diff)
downloadFreeBSD-src-d729021fb8c50c0ee2ce0b12345ee671779b99e0.zip
FreeBSD-src-d729021fb8c50c0ee2ce0b12345ee671779b99e0.tar.gz
Add acpi_find_table() -- a convenience function for looking up an
ACPI table given the signature.
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/md_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/md_var.h b/sys/ia64/include/md_var.h
index f64e4c9..8286936 100644
--- a/sys/ia64/include/md_var.h
+++ b/sys/ia64/include/md_var.h
@@ -77,6 +77,7 @@ extern uint64_t ia64_lapic_addr;
extern long Maxmem;
extern u_int busdma_swi_pending;
+void *acpi_find_table(const char *sig);
void busdma_swi(void);
int copyout_regstack(struct thread *, uint64_t *, uint64_t *);
void cpu_mp_add(u_int, u_int, u_int);
OpenPOWER on IntegriCloud