repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coverity appeasement - redundant check
[minix.git]
/
kernel
/
arch
/
i386
/
include
/
arch_clock.h
blob
a768c71a39158c7c41b4f5ee58c2c3e6b1f512d0
1
#ifndef __CLOCK_X86_H__
2
#define __CLOCK_X86_H__
3
4
#include
"../apic_asm.h"
5
6
int
init_8253A_timer
(
unsigned
freq
);
7
void
stop_8253A_timer
(
void
);
8
9
#endif
/* __CLOCK_X86_H__ */