[BACK]Return to timex.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-blackfin

File: [Development] / linux-2.6-xfs / include / asm-blackfin / Attic / timex.h (download)

Revision 1.1, Thu May 24 16:41:45 2007 UTC (10 years, 5 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.22-rc2
Merge of 2.6.x-xfs-melb:linux:28675b by kenmcd.

/* blackfin architecture timex specifications: Lineo Inc. 2001
 *
 * Based on: include/asm-m68knommu/timex.h
 */

#ifndef _ASMBLACKFIN_TIMEX_H
#define _ASMBLACKFIN_TIMEX_H

#define CLOCK_TICK_RATE	1000000	/* Underlying HZ */

typedef unsigned long cycles_t;

static inline cycles_t get_cycles(void)
{
	return 0;
}

#endif