Revision 87ecb68b hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
22 22
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23 23
 * THE SOFTWARE.
24 24
 */
25
#include "vl.h"
25
#include "hw.h"
26
#include "ppc.h"
26 27
#include "ppc_mac.h"
28
#include "nvram.h"
29
#include "pc.h"
30
#include "sysemu.h"
31
#include "net.h"
32
#include "isa.h"
33
#include "pci.h"
34
#include "boards.h"
27 35

  
28 36
/* temporary frame buffer OSI calls for the video.x driver. The right
29 37
   solution is to modify the driver to use VGA PCI I/Os */

Also available in: Unified diff