git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3e81ff128447d332b8ea29ab22d88150ce1dee39
[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 */