timex.h 265 B

1234567891011121314
  1. /*
  2. * arch/arm/mach-prima2/include/mach/timex.h
  3. *
  4. * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
  5. *
  6. * Licensed under GPLv2 or later.
  7. */
  8. #ifndef __MACH_TIMEX_H__
  9. #define __MACH_TIMEX_H__
  10. #define CLOCK_TICK_RATE 1000000
  11. #endif