diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-09-20 08:22:56 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-09-20 08:22:56 +0000 |
| commit | 68176c8544c33641cd4133179a40f1db398c47c2 (patch) | |
| tree | fd713000d6835ff430eaa28471361d306f911e6f /sys/boot | |
| parent | 55e89be995677ba1afb535394e91798b21c29bbc (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/ia64/libski/libski.h | 1 | ||||
| -rw-r--r-- | sys/boot/ia64/ski/libski.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/ia64/libski/libski.h b/sys/boot/ia64/libski/libski.h index d29227823d4a..bb3f1dd3e572 100644 --- a/sys/boot/ia64/libski/libski.h +++ b/sys/boot/ia64/libski/libski.h @@ -87,6 +87,7 @@ extern int bi_load(struct bootinfo *, struct preloaded_file *); #define SSC_WRITE 53 #define SSC_GET_COMPLETION 54 #define SSC_WAIT_COMPLETION 55 +#define SSC_GET_RTC 65 #define SSC_EXIT 66 #define SSC_LOAD_SYMBOLS 69 diff --git a/sys/boot/ia64/ski/libski.h b/sys/boot/ia64/ski/libski.h index d29227823d4a..bb3f1dd3e572 100644 --- a/sys/boot/ia64/ski/libski.h +++ b/sys/boot/ia64/ski/libski.h @@ -87,6 +87,7 @@ extern int bi_load(struct bootinfo *, struct preloaded_file *); #define SSC_WRITE 53 #define SSC_GET_COMPLETION 54 #define SSC_WAIT_COMPLETION 55 +#define SSC_GET_RTC 65 #define SSC_EXIT 66 #define SSC_LOAD_SYMBOLS 69 |
