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 / mc146818rtc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  200 b   |  9 lines

  1. #ifndef ___ASM_SPARC_MC146818RTC_H
  2. #define ___ASM_SPARC_MC146818RTC_H
  3. #if defined(__sparc__) && defined(__arch64__)
  4. #include <asm/mc146818rtc_64.h>
  5. #else
  6. #include <asm/mc146818rtc_32.h>
  7. #endif
  8. #endif
  9.