2 Copyright © 1995-2005, The AROS Development Team. All rights reserved.
4 Desc: global include for genmodule. Defines global variables and
5 the function prototypes.
12 #include "functionhead.h"
15 void readref(struct config
*);
16 void writeincproto(struct config
*);
17 void writeincclib(struct config
*);
18 void writeincdefines(struct config
*);
19 void writeinclibdefs(struct config
*);
20 void writestart(struct config
*);
21 void writeend(struct config
*);
22 void writeautoinit(struct config
*);
23 void writestubs(struct config
*);