coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dtime Struct Reference

#include <rtas.h>

Collaboration diagram for dtime:
Collaboration graph

Data Fields

unsigned int year
 
unsigned int month
 
unsigned int day
 
unsigned int hour
 
unsigned int minute
 
unsigned int second
 
unsigned int nano
 

Detailed Description

Definition at line 39 of file rtas.h.

Field Documentation

◆ day

unsigned int dtime::day

Definition at line 42 of file rtas.h.

◆ hour

unsigned int dtime::hour

Definition at line 43 of file rtas.h.

◆ minute

unsigned int dtime::minute

Definition at line 44 of file rtas.h.

◆ month

unsigned int dtime::month

Definition at line 41 of file rtas.h.

◆ nano

unsigned int dtime::nano

Definition at line 46 of file rtas.h.

◆ second

unsigned int dtime::second

Definition at line 45 of file rtas.h.

◆ year

unsigned int dtime::year

Definition at line 40 of file rtas.h.


The documentation for this struct was generated from the following file: