-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 14918 b: refs/heads/master c: e76beee h: refs/heads/master v: v3
- Loading branch information
Ralf Baechle
committed
Dec 1, 2005
1 parent
dd515f3
commit 02feb45
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 56ebd51bae72c2e47c83f6eacf258479d5658ec8 | ||
refs/heads/master: e76beeebff09b6a5eb338f306349ddc451a7804d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* This file is subject to the terms and conditions of the GNU General Public | ||
* License. See the file "COPYING" in the main directory of this archive | ||
* for more details. | ||
* | ||
* Copyright (C) 2005 Daniel Jacobowitz | ||
*/ | ||
#ifndef __ASM_MACH_QEMU_TIMEX_H | ||
#define __ASM_MACH_QEMU_TIMEX_H | ||
|
||
/* | ||
* We use a simulated i8254 PIC... | ||
*/ | ||
#define CLOCK_TICK_RATE 1193182 | ||
|
||
#endif /* __ASM_MACH_QEMU_TIMEX_H */ |