summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
diff options
context:
space:
mode:
authorMichael Brown2006-04-30 04:08:42 +0200
committerMichael Brown2006-04-30 04:08:42 +0200
commit9c9208a13255ceebd59bd564eb2aa50a0761899d (patch)
treebf07949f925cfaee2dda8f82bcb0f665ccc63cbc /src/arch/i386/include
parentConsistency (diff)
downloadipxe-9c9208a13255ceebd59bd564eb2aa50a0761899d.tar.gz
ipxe-9c9208a13255ceebd59bd564eb2aa50a0761899d.tar.xz
ipxe-9c9208a13255ceebd59bd564eb2aa50a0761899d.zip
Put the TCP connection periodic processing in tcp.c, where it belongs.
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r--src/arch/i386/include/latch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/latch.h b/src/arch/i386/include/latch.h
index 38a8bd21..5000d582 100644
--- a/src/arch/i386/include/latch.h
+++ b/src/arch/i386/include/latch.h
@@ -7,4 +7,6 @@
* sleep_latch and the definitions of it's length here...
*/
+extern unsigned long currticks ( void );
+
#endif /* LATCH_H */