automachine.cc Source File

Back to the index.

automachine.cc
Go to the documentation of this file.
1 /*
2  * DO NOT EDIT. AUTOMATICALLY CREATED
3  */
4 
5 /*
6  * Copyright (C) 2005-2009 Anders Gavare. All rights reserved.
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted provided that the following conditions are met:
10  *
11  * 1. Redistributions of source code must retain the above copyright
12  * notice, this list of conditions and the following disclaimer.
13  * 2. Redistributions in binary form must reproduce the above copyright
14  * notice, this list of conditions and the following disclaimer in the
15  * documentation and/or other materials provided with the distribution.
16  * 3. The name of the author may not be used to endorse or promote products
17  * derived from this software without specific prior written permission.
18  *
19  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22  * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29  * SUCH DAMAGE.
30  *
31  *
32  * Automatically register all machines in the src/machines/ subdir.
33  *
34  * NOTE: automachine_head.c, plus a line for each machine, plus
35  * automachine_middle.c, plus another line (again) for each machine, plus
36  * automachine_tail.c should be combined into one. See makeautomachine.sh
37  * for more info.
38  */
39 
40 #include <stdio.h>
41 
42 #include "machine.h"
43 
44 void machine_register_algor(void);
45 void machine_register_alpha(void);
46 void machine_register_arc(void);
47 void machine_register_cats(void);
48 void machine_register_cobalt(void);
50 void machine_register_evbmips(void);
51 void machine_register_hpcarm(void);
52 void machine_register_hpcmips(void);
53 void machine_register_hpcsh(void);
54 void machine_register_iq80321(void);
55 void machine_register_iyonix(void);
56 void machine_register_landisk(void);
57 void machine_register_luna88k(void);
58 void machine_register_macppc(void);
59 void machine_register_mvme88k(void);
60 void machine_register_mvmeppc(void);
63 void machine_register_pmax(void);
64 void machine_register_pmppc(void);
65 void machine_register_prep(void);
67 void machine_register_sgi(void);
68 void machine_register_barearm(void);
69 void machine_register_testarm(void);
70 void machine_register_barem88k(void);
72 void machine_register_baremips(void);
74 void machine_register_bareppc(void);
75 void machine_register_testppc(void);
76 void machine_register_baresh(void);
77 void machine_register_testsh(void);
78 void machine_register_vocore(void);
79 
80 /*
81  * automachine_init():
82  */
83 void automachine_init(void)
84 {
85  /* printf("automachine_init()\n"); */
86 
87  /* automachine_middle.c ends here. */
88 
124 
125 }
126 
void machine_register_barem88k(void)
void machine_register_cats(void)
void machine_register_netwinder(void)
void machine_register_mvmeppc(void)
void machine_register_playstation2(void)
void machine_register_testppc(void)
void machine_register_oldtestm88k(void)
void machine_register_alpha(void)
void machine_register_luna88k(void)
void machine_register_oldtestmips(void)
void machine_register_baremips(void)
void machine_register_arc(void)
void machine_register_bareppc(void)
void machine_register_barearm(void)
void automachine_init(void)
Definition: automachine.cc:83
void machine_register_landisk(void)
void machine_register_prep(void)
void machine_register_hpcmips(void)
void machine_register_qemu_mips(void)
void machine_register_iyonix(void)
void machine_register_vocore(void)
void machine_register_testsh(void)
void machine_register_pmppc(void)
void machine_register_sgi(void)
void machine_register_mvme88k(void)
void machine_register_iq80321(void)
void machine_register_evbmips(void)
void machine_register_algor(void)
void machine_register_pmax(void)
void machine_register_dreamcast(void)
void machine_register_baresh(void)
void machine_register_hpcarm(void)
void machine_register_testarm(void)
void machine_register_hpcsh(void)
void machine_register_macppc(void)
void machine_register_cobalt(void)

Generated on Sun Sep 30 2018 16:05:18 for GXemul by doxygen 1.8.13