From 4c01ac2e0e6f584feea933bd04ae2dfa82cfdbc4 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 11 Aug 2008 09:52:39 +0200 Subject: clocK: Add ndelay function Signed-off-by: Sascha Hauer --- include/clock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/clock.h b/include/clock.h index 85ce40182f..54b895e318 100644 --- a/include/clock.h +++ b/include/clock.h @@ -27,6 +27,7 @@ int is_timeout(uint64_t start_ns, uint64_t time_offset_ns); // void udelay(unsigned long usecs); +void ndelay(unsigned long nsecs); void mdelay(unsigned long msecs); #define SECOND ((uint64_t)(1000 * 1000 * 1000)) -- cgit v1.2.3