summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/md_var.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-12-08 05:46:54 +0000
committermarcel <marcel@FreeBSD.org>2004-12-08 05:46:54 +0000
commitf005fa80bc6d148affdb486e6534c16566455f7d (patch)
tree954f155b95562af6f60e8d1d37a3510e25606a64 /sys/ia64/include/md_var.h
parent2c929f635e2ee240aed007e68c7125eeb4f0426f (diff)
downloadFreeBSD-src-f005fa80bc6d148affdb486e6534c16566455f7d.zip
FreeBSD-src-f005fa80bc6d148affdb486e6534c16566455f7d.tar.gz
Don't obtain the HCDP address directly from the bootinfo structure.
Use a function to keep the details at arms length from uart(4).
Diffstat (limited to 'sys/ia64/include/md_var.h')
-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 04f3f5f..d1515fe 100644
--- a/sys/ia64/include/md_var.h
+++ b/sys/ia64/include/md_var.h
@@ -78,6 +78,7 @@ int do_ast(struct trapframe *);
void ia32_trap(int, struct trapframe *);
int ia64_count_cpus(void);
void ia64_flush_dirty(struct thread *, struct _special *);
+uint64_t ia64_get_hcdp(void);
int ia64_highfp_drop(struct thread *);
int ia64_highfp_save(struct thread *);
void ia64_init(void);
OpenPOWER on IntegriCloud