powerpc/pmac: Use string library in nvram code
[deliverable/linux.git] / arch / powerpc / platforms / iseries / ksyms.c
CommitLineData
c111d0bd
SR
1/*
2 * (C) 2001-2005 PPC 64 Team, IBM Corp
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
8 */
4b16f8e2 9#include <linux/export.h>
c111d0bd
SR
10
11#include <asm/hw_irq.h>
50592f5d 12#include <asm/iseries/hv_call_sc.h>
c111d0bd
SR
13
14EXPORT_SYMBOL(HvCall0);
15EXPORT_SYMBOL(HvCall1);
16EXPORT_SYMBOL(HvCall2);
17EXPORT_SYMBOL(HvCall3);
18EXPORT_SYMBOL(HvCall4);
19EXPORT_SYMBOL(HvCall5);
20EXPORT_SYMBOL(HvCall6);
21EXPORT_SYMBOL(HvCall7);
This page took 0.561859 seconds and 5 git commands to generate.