--- hatari/src/cpu/rpt.h 2019/04/09 08:49:24 1.1.1.1 +++ hatari/src/cpu/rpt.h 2019/04/09 08:55:27 1.1.1.2 @@ -1,15 +1,16 @@ -/* - * UAE - The Un*x Amiga Emulator - * - * Definitions for accessing cycle counters on a given machine, if possible. - * - * Copyright 1997, 1998 Bernd Schmidt - * Copyright 1999 Brian King - Win32 specific - */ -#ifndef _RPT_H_ -#define _RPT_H_ - -typedef unsigned long frame_time_t; -extern frame_time_t read_processor_time (void); - -#endif +/* + * UAE - The Un*x Amiga Emulator + * + * Definitions for accessing cycle counters on a given machine, if possible. + * + * Copyright 1997, 1998 Bernd Schmidt + * Copyright 1999 Brian King - Win32 specific + */ +#ifndef _RPT_H_ +#define _RPT_H_ + +typedef unsigned long frame_time_t; +extern frame_time_t read_processor_time (void); +extern uae_u32 read_system_time (void); + +#endif