git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor: one more step towards arch-agnostic design
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
rtc
/
mc146818a.h
1
#ifndef __LUNAIX_MC146818A_H
2
#define __LUNAIX_MC146818A_H
3
4
/*
5
FIXME the drivers should go into ldga
6
*/
7
8
#include <hal/hwrtc.h>
9
10
struct hwrtc*
11
mc146818a_rtc_context();
12
13
#endif /* __LUNAIX_MC146818A_H */