ia64/xen-unstable
changeset 14241:38b700cca5eb
[POWERPC][XEN] Commit missing file.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
author | Hollis Blanchard <hollisb@us.ibm.com> |
---|---|
date | Fri Mar 02 18:01:17 2007 -0600 (2007-03-02) |
parents | 4c08045ff57c |
children | 1b1d0a909abc |
files | xen/include/asm-powerpc/platform.h |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xen/include/asm-powerpc/platform.h Fri Mar 02 18:01:17 2007 -0600 1.3 @@ -0,0 +1,28 @@ 1.4 +/* 1.5 + * This program is free software; you can redistribute it and/or modify 1.6 + * it under the terms of the GNU General Public License as published by 1.7 + * the Free Software Foundation; either version 2 of the License, or 1.8 + * (at your option) any later version. 1.9 + * 1.10 + * This program is distributed in the hope that it will be useful, 1.11 + * but WITHOUT ANY WARRANTY; without even the implied warranty of 1.12 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.13 + * GNU General Public License for more details. 1.14 + * 1.15 + * You should have received a copy of the GNU General Public License 1.16 + * along with this program; if not, write to the Free Software 1.17 + * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 1.18 + * 1.19 + * Copyright IBM Corp. 2007 1.20 + * 1.21 + * Authors: Ryan Harper <ryanh@us.ibm.com> 1.22 + */ 1.23 + 1.24 +#ifndef _ASM_PLATFORM_H_ 1.25 +#define _ASM_PLATFORM_H_ 1.26 + 1.27 +extern unsigned long platform_iohole_base(void); 1.28 +extern unsigned long platform_iohole_size(void); 1.29 +extern int platform_io_mfn(unsigned long mfn); 1.30 + 1.31 +#endif