git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Decoupling Architectural-specific Code (#35)
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
rtc
/
mc146818a.h
diff --git
a/lunaix-os/includes/hal/rtc/mc146818a.h
b/lunaix-os/includes/hal/rtc/mc146818a.h
deleted file mode 100644
(file)
index
3e81ff1
..0000000
--- a/
lunaix-os/includes/hal/rtc/mc146818a.h
+++ /dev/null
@@
-1,13
+0,0 @@
-#ifndef __LUNAIX_MC146818A_H
-#define __LUNAIX_MC146818A_H
-
-/*
- FIXME the drivers should go into ldga
-*/
-
-#include <hal/hwrtc.h>
-
-struct hwrtc*
-mc146818a_rtc_context();
-
-#endif /* __LUNAIX_MC146818A_H */