[BACK]Return to delay.c CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / m68knommu / lib

File: [Development] / linux-2.6-xfs / arch / m68knommu / lib / delay.c (download)

Revision 1.1, Wed Jan 5 14:17:31 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.10.
Merge of 2.6.x-xfs-melb:linux:21010a by kenmcd.

/*
 *	arch/m68knommu/lib/delay.c
 *
 *	(C) Copyright 2004, Greg Ungerer <gerg@snapgear.com>
 *
 * This program 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.
 */

#include <asm/param.h>
#include <asm/delay.h>

void udelay(unsigned long usecs)
{
	_udelay(usecs);
}