# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Date 1172880077 21600 # Node ID 38b700cca5ebdb59524a97e7311ff768a35c45fa # Parent 4c08045ff57cdef3c85ac20d4aa12ea698c4ea48 [POWERPC][XEN] Commit missing file. Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- xen/include/asm-powerpc/platform.h | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+)
diff -r 4c08045ff57c -r 38b700cca5eb xen/include/asm-powerpc/platform.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xen/include/asm-powerpc/platform.h Fri Mar 02 18:01:17 2007 -0600 @@ -0,0 +1,28 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Copyright IBM Corp. 2007 + * + * Authors: Ryan Harper <[EMAIL PROTECTED]> + */ + +#ifndef _ASM_PLATFORM_H_ +#define _ASM_PLATFORM_H_ + +extern unsigned long platform_iohole_base(void); +extern unsigned long platform_iohole_size(void); +extern int platform_io_mfn(unsigned long mfn); + +#endif _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel