|
|
| File: [Development] / linux-2.6-xfs / arch / powerpc / platforms / iseries / ksyms.c (download)
Revision 1.2, Fri Jan 12 15:41:10 2007 UTC (10 years, 9 months ago) by donaldd.longdrop.melbourne.sgi.com
Merge up to 2.6.20-rc4 Merge of 2.6.x-xfs-melb:linux:27915c by kenmcd. |
/* * (C) 2001-2005 PPC 64 Team, IBM Corp * * 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. */ #include <linux/module.h> #include <asm/hw_irq.h> #include <asm/iseries/hv_call_sc.h> EXPORT_SYMBOL(HvCall0); EXPORT_SYMBOL(HvCall1); EXPORT_SYMBOL(HvCall2); EXPORT_SYMBOL(HvCall3); EXPORT_SYMBOL(HvCall4); EXPORT_SYMBOL(HvCall5); EXPORT_SYMBOL(HvCall6); EXPORT_SYMBOL(HvCall7);