1  /*
2   * UAE - The Un*x Amiga Emulator
3   *
4   * Miscellaneous machine dependent support functions and definitions
5   *
6   * Copyright 1996 Bernd Schmidt
7   */
8 
9 
10 #include "sysconfig.h"
11 #include "sysdeps.h"
12 
13 #include "options.h"
14 #include "machdep/m68k.h"
15 
16 struct flag_struct regflags;
17 
machdep_init(void)18 void machdep_init (void)
19 {
20 }
21