RTEMS  5.1
timestamp.h
Go to the documentation of this file.
1 
11 /*
12  * COPYRIGHT (c) 1989-2009.
13  * On-Line Applications Research Corporation (OAR).
14  *
15  * The license and distribution terms for this file may be
16  * found in the file LICENSE in this distribution or at
17  * http://www.rtems.org/license/LICENSE.
18  */
19 
20 #ifndef _RTEMS_SCORE_TIMESTAMP_H
21 #define _RTEMS_SCORE_TIMESTAMP_H
22 
48 #include <rtems/score/timespec.h>
49 
50 #ifdef __cplusplus
51 extern "C" {
52 #endif
53 
57 typedef int64_t Timestamp_Control;
58 
59 #ifdef __cplusplus
60 }
61 #endif
62 
65 #endif
66 /* end of include file */
int64_t Timestamp_Control
Definition: timestamp.h:57
Contains Helpers for Manipulating Timespecs.