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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
kernel
/
arch
/
earm
/
bsp
/
include
/
bsp_timer.h
blob
d4ad85f8d5b8d6bcbab6b71995132d56100f0b50
1
#ifndef _BSP_TIMER_H_
2
#define _BSP_TIMER_H_
3
4
#ifndef __ASSEMBLY__
5
6
void
bsp_timer_init
(
unsigned
freq
);
7
void
bsp_timer_stop
(
void
);
8
int
bsp_register_timer_handler
(
const
irq_handler_t handler
);
9
void
bsp_timer_int_handler
(
void
);
10
11
#endif
/* __ASSEMBLY__ */
12
13
#endif
/* _BSP_TIMER_H_ */