aboutsummaryrefslogtreecommitdiffstats
path: root/udelay.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-12 13:44:58 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-12 13:44:58 +0000
commit064f4880a2349039356945b3a9f2081f035c32c1 (patch)
treec028a9c468ef0c5d0389572fc8363c51e854e9c5 /udelay.h
parent62fdec1130f15faf0ed0562f79525f64f7f6e9bd (diff)
downloadlcd4linux-064f4880a2349039356945b3a9f2081f035c32c1.tar.gz
[lcd4linux @ 2001-03-12 13:44:58 by reinelt]
new udelay() using Time Stamp Counters git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@112 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'udelay.h')
-rw-r--r--udelay.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/udelay.h b/udelay.h
index 4a0dabc..3cec137 100644
--- a/udelay.h
+++ b/udelay.h
@@ -1,4 +1,4 @@
-/* $Id: udelay.h,v 1.2 2001/03/12 12:39:36 reinelt Exp $
+/* $Id: udelay.h,v 1.3 2001/03/12 13:44:58 reinelt Exp $
*
* short delays
*
@@ -20,6 +20,10 @@
*
*
* $Log: udelay.h,v $
+ * Revision 1.3 2001/03/12 13:44:58 reinelt
+ *
+ * new udelay() using Time Stamp Counters
+ *
* Revision 1.2 2001/03/12 12:39:36 reinelt
*
* reworked autoconf a lot: drivers may be excluded, #define's went to config.h
@@ -46,6 +50,7 @@ void udelay_calibrate (void);
#else
+void udelay_init (void);
void udelay (unsigned long usec);
#endif