timex.h 266 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2006 Atmark Techno, Inc.
  4. */
  5. #ifndef _ASM_MICROBLAZE_TIMEX_H
  6. #define _ASM_MICROBLAZE_TIMEX_H
  7. #include <asm-generic/timex.h>
  8. #define CLOCK_TICK_RATE 1000 /* Timer input freq. */
  9. #endif /* _ASM_TIMEX_H */