xref: /kvmtool/powerpc/ioport.c (revision 206c41f433bbbb5763851a2f6df928a66f71193e)
163e158a0SMatt Evans /*
263e158a0SMatt Evans  * PPC64 ioport platform setup.  There isn't any! :-)
363e158a0SMatt Evans  *
463e158a0SMatt Evans  * Copyright 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation.
563e158a0SMatt Evans  *
663e158a0SMatt Evans  * This program is free software; you can redistribute it and/or modify it
763e158a0SMatt Evans  * under the terms of the GNU General Public License version 2 as published
863e158a0SMatt Evans  * by the Free Software Foundation.
963e158a0SMatt Evans  */
1063e158a0SMatt Evans 
1163e158a0SMatt Evans #include "kvm/ioport.h"
1263e158a0SMatt Evans 
1363e158a0SMatt Evans #include <stdlib.h>
1463e158a0SMatt Evans 
15dc4fc6b6SMichael Ellerman void ioport__setup_arch(struct kvm *kvm)
1663e158a0SMatt Evans {
1763e158a0SMatt Evans 	/* PPC has no legacy ioports to set up */
1863e158a0SMatt Evans }
19*206c41f4SWill Deacon 
20*206c41f4SWill Deacon void ioport__map_irq(u8 *irq)
21*206c41f4SWill Deacon {
22*206c41f4SWill Deacon }
23