RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
49
50#ifdef __cplusplus
51extern "C" {
52#endif
53
57typedef 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.