time.h
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 1k
Development Platform:

Unix_Linux

  1. #ifndef SUN3X_TIME_H
  2. #define SUN3X_TIME_H
  3. extern void sun3x_gettod (int *yearp, int *monp, int *dayp,
  4.                    int *hourp, int *minp, int *secp);
  5. extern int sun3x_hwclk(int set, struct rtc_time *t);
  6. unsigned long sun3x_gettimeoffset (void);
  7. void sun3x_sched_init(void (*vector)(int, void *, struct pt_regs *));
  8. struct mostek_dt {
  9. volatile unsigned char csr;
  10. volatile unsigned char sec;
  11. volatile unsigned char min;
  12. volatile unsigned char hour;
  13. volatile unsigned char wday;
  14. volatile unsigned char mday;
  15. volatile unsigned char month;
  16. volatile unsigned char year;
  17. };
  18. #endif