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 ioport__map_irq(u8 * irq)15*206c41f4SWill Deaconvoid ioport__map_irq(u8 *irq) 16*206c41f4SWill Deacon { 17*206c41f4SWill Deacon } 18