diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 04:55:12 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 04:55:12 +0000 |
commit | 3847ea43798944cb2f96f73df356af35516b05da (patch) | |
tree | 29dd3b00551fb4b119482093b5cb550ec6ca792e /sys | |
parent | 34270f074411563988d85c36909f8b1a76739720 (diff) |
include prototype for calc_delayconst()
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/autoconf.h b/sys/arch/powerpc/include/autoconf.h index b5a8618016d..72ef0317456 100644 --- a/sys/arch/powerpc/include/autoconf.h +++ b/sys/arch/powerpc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.6 1999/11/09 04:13:54 rahnds Exp $ */ +/* $OpenBSD: autoconf.h,v 1.7 2001/06/24 04:55:11 drahn Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -98,5 +98,6 @@ struct confargs { void set_clockintr __P((void (*)(struct clockframe *))); void set_iointr __P((void (*)(void *, int))); int badaddr __P((void *, u_int32_t)); +void calc_delayconst(void); #endif /* _MACHINE_AUTOCONF_H_ */ |