repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/xen: resume timer irqs early
[linux/fpc-iii.git]
/
arch
/
alpha
/
include
/
asm
/
rtc.h
blob
d70408d36677c86d0fbd8ce90530724e54d15a57
1
#ifndef _ALPHA_RTC_H
2
#define _ALPHA_RTC_H
3
4
#if defined(CONFIG_ALPHA_MARVEL) && defined(CONFIG_SMP) \
5
|| defined(CONFIG_ALPHA_GENERIC)
6
# define get_rtc_time alpha_mv.rtc_get_time
7
# define set_rtc_time alpha_mv.rtc_set_time
8
#endif
9
10
#include <asm-generic/rtc.h>
11
12
#endif