xref: /kvmtool/powerpc/ioport.c (revision 63e158a0a0a05551e8e983826bb26a2c0a78ef4b)
1*63e158a0SMatt Evans /*
2*63e158a0SMatt Evans  * PPC64 ioport platform setup.  There isn't any! :-)
3*63e158a0SMatt Evans  *
4*63e158a0SMatt Evans  * Copyright 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation.
5*63e158a0SMatt Evans  *
6*63e158a0SMatt Evans  * This program is free software; you can redistribute it and/or modify it
7*63e158a0SMatt Evans  * under the terms of the GNU General Public License version 2 as published
8*63e158a0SMatt Evans  * by the Free Software Foundation.
9*63e158a0SMatt Evans  */
10*63e158a0SMatt Evans 
11*63e158a0SMatt Evans #include "kvm/ioport.h"
12*63e158a0SMatt Evans 
13*63e158a0SMatt Evans #include <stdlib.h>
14*63e158a0SMatt Evans 
15*63e158a0SMatt Evans void ioport__setup_arch(void)
16*63e158a0SMatt Evans {
17*63e158a0SMatt Evans 	/* PPC has no legacy ioports to set up */
18*63e158a0SMatt Evans }
19