forked from Imagelibrary/rtems
15 lines
171 B
C
15 lines
171 B
C
/*
|
|
*
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef __RTEMS_POSIX_TIME_h
|
|
#define __RTEMS_POSIX_TIME_h
|
|
|
|
Watchdog_Interval _POSIX_Time_Spec_to_interval(
|
|
const struct timespec *time
|
|
);
|
|
|
|
#endif
|