comparison loadtools/compaldummy.c @ 0:e7502631a0f9

initial import from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Jun 2016 00:13:35 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e7502631a0f9
1 /*
2 * If you need to build a version of loadtools without compalstage support,
3 * e.g., because you are building for GTA01/02 AP, substitute this dummy
4 * module in the place of compalload.c to get a passing build.
5 */
6
7 void
8 set_compalstage_short()
9 {
10 }
11
12 void
13 set_compalstage_fullpath()
14 {
15 }
16
17 perform_compal_stage()
18 {
19 return(0);
20 }