home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sparc / include / asm / timer_32.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  525 b   |  21 lines

  1. /*
  2.  * timer.h:  Definitions for the timer chips on the Sparc.
  3.  *
  4.  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
  5.  */
  6.  
  7.  
  8. #ifndef _SPARC_TIMER_H
  9. #define _SPARC_TIMER_H
  10.  
  11. #include <asm/system.h>  /* For SUN4M_NCPUS */
  12. #include <asm/btfixup.h>
  13.  
  14. extern __volatile__ unsigned int *master_l10_counter;
  15.  
  16. /* FIXME: Make do_[gs]ettimeofday btfixup calls */
  17. BTFIXUPDEF_CALL(int, bus_do_settimeofday, struct timespec *tv)
  18. #define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv)
  19.  
  20. #endif /* !(_SPARC_TIMER_H) */
  21.