repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
kernel
/
arch
/
earm
/
bsp
/
ti
/
omap_rtc.h
blob
cbed3a56163496569aa96a79a95fa0595d8bcf3b
1
#ifndef __OMAP_RTC_H
2
#define __OMAP_RTC_H
3
4
void
omap3_rtc_init
(
void
);
5
void
omap3_rtc_run
(
void
);
6
7
#endif
/* __OMAP_RTC_H */