repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Got rid of obsolete USB HIDDs on x86-64
[AROS.git]
/
arch
/
x86_64-pc
/
timer
/
ticks.h
blob
8f8163c0008246738303e0bb0ef27087520ff912
1
#ifndef _TICKS_H
2
#define _TICKS_H
3
4
#include <exec/types.h>
5
6
#include
"timer_intern.h"
7
8
void
Timer0Setup
(
struct
TimerBase
*
TimerBase
);
9
10
#endif