summaryrefslogtreecommitdiff
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-02-25 04:31:25 +0000
committerBruce Evans <bde@FreeBSD.org>2002-02-25 04:31:25 +0000
commit0c6ec4aca0a5ee1cb895217793e3e489b645ed9c (patch)
tree98a91471966bbbb9463247ea3fc992c0ba38341f /sys/boot/common/bootstrap.h
parentfa883367ab2a782826a47f2f3825428d533d6309 (diff)
Notes
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r--sys/boot/common/bootstrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index d2144c35b5c9..93671495c56f 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -285,3 +285,5 @@ extern struct arch_switch archsw;
void delay(int delay);
void dev_cleanup(void);
+
+time_t time(time_t *tloc);