summaryrefslogblamecommitdiffstats
path: root/cpukit/sapi/include/rtems/timespec.h
blob: b67e95c2d3c299c6a48888f53aff1f2b9af0990d (plain) (tree)
1
2
3
4
5
6
7
8
9
   
        
  
                      
  
                                                             


   

                                                       
















                                                           

     

   










                                       

         



                  

                         
/**
 * @file
 *
 * @brief Timespec API
 *
 * This include file contains API for manipulating timespecs.
 */

/*
 *  Copyright (c) 2012.
 *  Krzysztof Miesowicz <krzysztof.miesowicz@gmail.com>
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 */

#ifndef _RTEMS_TIMESPEC_H
#define _RTEMS_TIMESPEC_H

#include <rtems/score/timespec.h>

/**
 *  @defgroup TimespecAPI Timespec
 *
 *  @ingroup ClassicRTEMS
 *
 *  @brief Timespec API
 * 
 * @{
 *
 */

#include <stdbool.h> /* bool */
#include <stdint.h> /* uint32_t */
#include <time.h> /* struct timespec */

#ifdef __cplusplus
extern "C" {
#endif

#include <rtems/timespec.inl>

/** @} */

#ifdef __cplusplus
}
#endif

#endif
/* end of include file */