From 1a34cea0e84fcb827b7af5b82e87e94c16fd337b Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 20 Mar 2000 14:09:06 +0000 Subject: Isolate the Timecounter internals in their own two files. Make the public interface more systematically named. Remove the alternate method, it doesn't do any good, only ruins performance. Add counters to profile the usage of the 8 access functions. Apply the beer-ware to my code. The weird +/- counts are caused by two repocopies behind the scenes: kern/kern_clock.c -> kern/kern_tc.c sys/time.h -> sys/timetc.h (thanks peter!) --- sys/dev/sio/sio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sio') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 95b8bfeb..d5681d3 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -68,6 +68,7 @@ #include #include #include +#include #include #include -- cgit v1.1