X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e776bb16043e55b91fdd3654f005dd8f00c9fb12..80890b99fec2630ef0a1a0805d894c3d86c16506:/lunaix-os/includes/lunaix/time.h diff --git a/lunaix-os/includes/lunaix/time.h b/lunaix-os/includes/lunaix/time.h deleted file mode 100644 index 522cc1f..0000000 --- a/lunaix-os/includes/lunaix/time.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __LUNAIX_TIME_H -#define __LUNAIX_TIME_H - -#include - -typedef struct -{ - uint32_t year; // use int32 as we need to store the 4-digit year - uint8_t month; - uint8_t day; - uint8_t weekday; - uint8_t hour; - uint8_t minute; - uint8_t second; -} datetime_t; - -void -time_getdatetime(datetime_t* datetime); - -#endif /* __LUNAIX_TIME_H */