Got rid of obsolete USB HIDDs on x86-64
[AROS.git] / arch / x86_64-pc / timer / ticks.h
blob8f8163c0008246738303e0bb0ef27087520ff912
1 #ifndef _TICKS_H
2 #define _TICKS_H
4 #include <exec/types.h>
6 #include "timer_intern.h"
8 void Timer0Setup(struct TimerBase *TimerBase);
10 #endif