RTEMS  5.0.0
timestamp.h
Go to the documentation of this file.
1 
9 /*
10  * COPYRIGHT (c) 1989-2009.
11  * On-Line Applications Research Corporation (OAR).
12  *
13  * The license and distribution terms for this file may be
14  * found in the file LICENSE in this distribution or at
15  * http://www.rtems.org/license/LICENSE.
16  */
17 
18 #ifndef _RTEMS_SCORE_TIMESTAMP_H
19 #define _RTEMS_SCORE_TIMESTAMP_H
20 
43 #include <rtems/score/timespec.h>
44 
45 #ifdef __cplusplus
46 extern "C" {
47 #endif
48 
52 typedef int64_t Timestamp_Control;
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
60 #endif
61 /* end of include file */
int64_t Timestamp_Control
Definition: timestamp.h:52