ia64/xen-unstable
changeset 14499:8f0b5295bb1b
[POWERPC][XEN] Remove asm/platform.h (in favor of asm-powerpc/platform.h)
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 | Mon Mar 05 12:49:12 2007 -0600 (2007-03-05) |
parents | 5a2b3a1b1f63 |
children | dcec453681bc |
files | xen/include/asm/platform.h |
line diff
1.1 --- a/xen/include/asm/platform.h Fri Dec 15 08:16:56 2006 -0500 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,28 +0,0 @@ 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