blob: 1fd04217cacba427d8a56f4925d8b31076bb7a40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Cavium Networks architecture timex specifications
*
* Copyright 2003 ARM Limited
* Copyright 2008 Cavium Networks
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, Version 2, as
* published by the Free Software Foundation.
*/
#define CLOCK_TICK_RATE (50000000 / 16)
|