mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
initial import of openbios--main--1.0--patch-26
git-svn-id: svn://coreboot.org/openbios/openbios-devel@1 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
23
arch/ppc/pearpc/tree.c
Normal file
23
arch/ppc/pearpc/tree.c
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Creation Date: <2004/08/28 18:38:22 greg>
|
||||
* Time-stamp: <2004/08/28 18:38:22 greg>
|
||||
*
|
||||
* <tree.c>
|
||||
*
|
||||
* device tree setup
|
||||
*
|
||||
* Copyright (C) 2004 Greg Watson
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* version 2
|
||||
*
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
#include "openbios/bindings.h"
|
||||
|
||||
void devtree_init( void )
|
||||
{
|
||||
fword("init-pearpc-tree");
|
||||
}
|
||||
Reference in New Issue
Block a user