diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-25 00:16:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-25 00:16:43 +0000 |
commit | d0b9cce756bca86be1e9b5f8ee00542434785026 (patch) | |
tree | 74b811130e2f8051d21abed1dc5ccb6fb733fbc2 /sys/arch/amd64/include/cpu.h | |
parent | 62a3899de8e138d5ceaeb00872d46857f55ccba1 (diff) |
dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.
now the amd64 knows what drive it was booted from.
Diffstat (limited to 'sys/arch/amd64/include/cpu.h')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index ae7be5f6479..219689caa93 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.3 2004/02/11 03:07:46 deraadt Exp $ */ +/* $OpenBSD: cpu.h,v 1.4 2004/02/25 00:16:41 deraadt Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -312,6 +312,9 @@ void cpu_init_msrs(struct cpu_info *); /* trap.c */ void child_return(void *); +/* dkcsum.c */ +void dkcsumattach(void); + /* consinit.c */ void kgdb_port_init(void); |