00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef PSI_PALMOS_LIBPALMROOT_H_
00014 #define PSI_PALMOS_LIBPALMROOT_H_
00015
00016
00017 #include <PalmTypes.h>
00018
00019 #include <bsd-string.h>
00020
00021 #ifdef __cplusplus
00022
00023
00024 namespace palmos {
00025
00026 extern void clock_timespec_add_nano(struct timespec * t, nsecs_t adj);
00027 extern void clock_timespec_from_nano(struct timespec * t, nsecs_t desired);
00028
00029 }
00030
00031 #endif
00032
00033
00034 #endif // PSI_PALMOS_LIBPALMROOT_H_
00035