Home
last modified time | relevance | path

Searched defs:diag_efi_time (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Ddiagchannel.h109 struct diag_efi_time { struct
110 u16 year; /* 1998 - 20XX */
111 u8 month; /* 1 - 12 */
112 u8 day; /* 1 - 31 */
113 u8 hour; /* 0 - 23 */
114 u8 minute; /* 0 - 59 */
115 u8 second; /* 0 - 59 */
116 u8 pad1;
117 u32 nanosecond; /* 0 - 999, 999, 999 */
118 s16 timezone; /* -1440 to 1440 or 2047 */
[all …]