OpenCores
URL https://opencores.org/ocsvn/plasma/plasma/trunk

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [rtos.h] - Diff between revs 188 and 199

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 188 Rev 199
Line 108... Line 108...
      int tm_isdst;    //          calculated
      int tm_isdst;    //          calculated
   };
   };
   time_t mktime(struct tm *tp);
   time_t mktime(struct tm *tp);
   void gmtime_r(const time_t *tp, struct tm *out);
   void gmtime_r(const time_t *tp, struct tm *out);
   void gmtimeDst(time_t dstTimeIn, time_t dstTimeOut);
   void gmtimeDst(time_t dstTimeIn, time_t dstTimeOut);
 
   void gmtimeDstSet(time_t *tp, time_t *dstTimeIn, time_t *dstTimeOut);
#endif
#endif
#define _LIBC
#define _LIBC
#endif //_LIBC
#endif //_LIBC
 
 
/***************** Assembly **************/
/***************** Assembly **************/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.