repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 3.11-rc3
[cris-mirror.git]
/
arch
/
x86
/
include
/
asm
/
mrst-vrtc.h
blob
1e69a75412a4038ae335897515beadc271235850
1
#ifndef _MRST_VRTC_H
2
#define _MRST_VRTC_H
3
4
extern
unsigned char
vrtc_cmos_read
(
unsigned char
reg
);
5
extern
void
vrtc_cmos_write
(
unsigned char
val
,
unsigned char
reg
);
6
extern
void
vrtc_get_time
(
struct
timespec
*
now
);
7
extern
int
vrtc_set_mmss
(
const struct
timespec
*
now
);
8
9
#endif