1 /*
2  * E-UAE - The portable Amiga Emulator
3  *
4  * Generic high-resolution timer support
5  *
6  * (c) 2005 Richard Drummond
7  */
8 
9 #ifndef EUAE_OSDEP_SYNC_H
10 #include "od-generic/hrtimer.h"
11 #endif
12