From d9bbf72b02709a4afdbb53b2b19f00c8308b0b27 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 21 Jun 2025 15:09:27 -0400 Subject: kernel/amd64: mc1468xx: Add year, month and day Signed-off-by: Ian Moffett --- sys/include/sys/time.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/include') diff --git a/sys/include/sys/time.h b/sys/include/sys/time.h index 8563fc7..ce66885 100644 --- a/sys/include/sys/time.h +++ b/sys/include/sys/time.h @@ -46,6 +46,9 @@ struct timespec { }; struct date { + uint16_t year; + uint8_t month; + uint8_t day; uint8_t sec; uint8_t min; uint8_t hour; -- cgit v1.2.3