diff options
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r-- | sys/boot/common/bootstrap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index d2144c3..9367149 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); |