forked from Imagelibrary/rtems
posix support initially added
This commit is contained in:
14
c/src/exec/posix/headers/time.h
Normal file
14
c/src/exec/posix/headers/time.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
*
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __RTEMS_POSIX_TIME_h
|
||||
#define __RTEMS_POSIX_TIME_h
|
||||
|
||||
Watchdog_Interval _POSIX_Time_Spec_to_interval(
|
||||
const struct timespec *time
|
||||
);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user