Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
csr_time.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  CsrTimeUtc
 

Macros

#define CsrTimeAdd(t1, t2)   ((t1) + (t2))
 
#define CsrTimeSub(t1, t2)   ((s32) (t1) - (s32) (t2))
 

Typedefs

typedef u32 CsrTime
 

Functions

CsrTime CsrTimeGet (CsrTime *high)
 

Macro Definition Documentation

#define CsrTimeAdd (   t1,
  t2 
)    ((t1) + (t2))

Definition at line 94 of file csr_time.h.

#define CsrTimeSub (   t1,
  t2 
)    ((s32) (t1) - (s32) (t2))

Definition at line 108 of file csr_time.h.

Typedef Documentation

typedef u32 CsrTime

Definition at line 30 of file csr_time.h.

Function Documentation

CsrTime CsrTimeGet ( CsrTime high)

Definition at line 18 of file csr_time.c.