|
Linux Kernel
3.7.1
|
#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) |
Definition at line 30 of file csr_time.h.
Definition at line 18 of file csr_time.c.
1.8.2