1/*
2** Copyright 2003, Axel D���fler, axeld@pinc-software.de. All rights reserved.
3** Distributed under the terms of the MIT License.
4*/
5
6#include <asm_defs.h>
7
8.text
9
10/* int64 __m68k_get_time_base(void)
11 */
12#if 0
13FUNCTION(__m68k_get_time_base):
14#warning M68K: implement __m68k_get_time_base()
15		clr.l	%d0
16		clr.l	%d1
17		rts
18FUNCTION_END(__m68k_get_time_base)
19#endif
20