···11+/*22+ * This file is subject to the terms and conditions of the GNU General Public33+ * License. See the file "COPYING" in the main directory of this archive44+ * for more details.55+ *66+ * Copyright (C) 2005 Daniel Jacobowitz77+ */88+#ifndef __ASM_MACH_QEMU_TIMEX_H99+#define __ASM_MACH_QEMU_TIMEX_H1010+1111+/*1212+ * We use a simulated i8254 PIC...1313+ */1414+#define CLOCK_TICK_RATE 11931821515+1616+#endif /* __ASM_MACH_QEMU_TIMEX_H */