Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / ppc / briq / tree.c
1 /*
2  *   Creation Date: <2004/08/28 18:38:22 greg>
3  *   Time-stamp: <2004/08/28 18:38:22 greg>
4  *
5  *      <tree.c>
6  *
7  *      device tree setup
8  *
9  *   Copyright (C) 2004 Greg Watson
10  *
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
14  *
15  */
16
17 #include "config.h"
18 #include "libopenbios/bindings.h"
19
20 void devtree_init( void )
21 {
22         fword("init-briq-tree");
23 }