Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HV_RTCTime Struct Reference

#include <hypervisor.h>

Data Fields

__hv32 tm_sec
 
__hv32 tm_min
 
__hv32 tm_hour
 
__hv32 tm_mday
 
__hv32 tm_mon
 
__hv32 tm_year
 
__hv32 flags
 

Detailed Description

Date/Time of day

Definition at line 640 of file hypervisor.h.

Field Documentation

__hv32 flags

Return flags, 0 if no error

Definition at line 656 of file hypervisor.h.

__hv32 tm_hour

Hours, 0-23

Definition at line 652 of file hypervisor.h.

__hv32 tm_mday

Day of month, 0-30

Definition at line 653 of file hypervisor.h.

__hv32 tm_min

Minutes, 0-59

Definition at line 651 of file hypervisor.h.

__hv32 tm_mon

Month, 0-11

Definition at line 654 of file hypervisor.h.

__hv32 tm_sec

Seconds, 0-59

Definition at line 650 of file hypervisor.h.

__hv32 tm_year

Years since 1900, 0-199

Definition at line 655 of file hypervisor.h.


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