blob: e99cc29cbe57e78d2762890207c14d2e3b9a2bf3 [file] [log] [blame]
Olivier Deprez157378f2022-04-04 15:47:50 +02001/* SPDX-License-Identifier: GPL-2.0 */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (C) 2006 Atmark Techno, Inc.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
5
6#ifndef _ASM_MICROBLAZE_TIMEX_H
7#define _ASM_MICROBLAZE_TIMEX_H
8
9#include <asm-generic/timex.h>
10
11#define CLOCK_TICK_RATE 1000 /* Timer input freq. */
12
13#endif /* _ASM_TIMEX_H */