mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
8162011b5d
Note that many of the functions are not yet implemented.
4 lines
78 B
C
4 lines
78 B
C
#ifndef _TIMER_T_DECL
|
|
#define _TIMER_T_DECL
|
|
typedef __timer_t timer_t;
|
|
#endif
|