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