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/amd-iommu: Improve handling of full command buffer
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
time.h
blob
7bdec4e9b739d8359072d2afec04dba72b2b6511
1
#ifndef _ASM_X86_TIME_H
2
#define _ASM_X86_TIME_H
3
4
extern
void
hpet_time_init
(
void
);
5
6
#include <asm/mc146818rtc.h>
7
8
extern
void
time_init
(
void
);
9
10
#endif
/* _ASM_X86_TIME_H */