Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
include
asm
mrst-vrtc.h
Go to the documentation of this file.
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
unsigned
long
vrtc_get_time
(
void
);
7
extern
int
vrtc_set_mmss
(
unsigned
long
nowtime);
8
9
#endif
Generated on Thu Jan 10 2013 13:20:05 for Linux Kernel by
1.8.2