Move internal timer code from clock.c to a new file timer.c.
commitc6e8c0763dee3f7c28d6ab3f2fb5c36986c288cb
authorKevin O'Connor <kevin@koconnor.net>
Sat, 20 Jul 2013 14:51:58 +0000 (20 10:51 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 20 Jul 2013 23:29:07 +0000 (20 19:29 -0400)
tree1f70586af44e6d8cb1f644d0ae6d85d80ff891b6
parented88f6515c18d9520efa4a41ccb70038dfbe43f9
Move internal timer code from clock.c to a new file timer.c.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Makefile
src/clock.c
src/csm.c
src/pit.h [new file with mode: 0644]
src/post.c
src/timer.c [new file with mode: 0644]
src/usb-ehci.c
src/usb-ohci.c
src/usb-uhci.c
src/util.h