ppc: Increase #address-cells for ppc64
[openbios/afaerber.git] / libopenbios / init.c
blob10fb55cd6504aded6927dcc02584e1597731257c
1 /*
2 * Creation Date: <2010/04/02 12:00:00 mcayland>
3 * Time-stamp: <2010/04/02 12:00:00 mcayland>
5 * <init.c>
7 * OpenBIOS intialization
9 * Copyright (C) 2010 Mark Cave-Ayland (mark.cave-ayland@siriusit.co.uk)
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * version 2
17 #include "config.h"
18 #include "libopenbios/openbios.h"
19 #include "libopenbios/bindings.h"
20 #include "libopenbios/initprogram.h"
22 void
23 openbios_init( void )
25 // Bind the C implementation of (init-program) into Forth
26 bind_func("(init-program)", init_program);