diff options
Diffstat (limited to 'i386/i386at/rtc.h')
-rw-r--r-- | i386/i386at/rtc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i386/i386at/rtc.h b/i386/i386at/rtc.h index e8d1967..ced39b9 100644 --- a/i386/i386at/rtc.h +++ b/i386/i386at/rtc.h @@ -134,4 +134,5 @@ struct rtc_st { } \ } - +extern int readtodc(u_int *tp); +extern int writetodc(void); |