Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[deliverable/linux.git] / drivers / pci / hotplug / rpadlpar.h
CommitLineData
1da177e4
LT
1/*
2 * Interface for Dynamic Logical Partitioning of I/O Slots on
3 * RPA-compliant PPC64 platform.
4 *
5 * John Rose <johnrose@austin.ibm.com>
6 * October 2003
7 *
8 * Copyright (C) 2003 IBM.
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
14 */
15#ifndef _RPADLPAR_IO_H_
16#define _RPADLPAR_IO_H_
17
f39d5b72
BH
18int dlpar_sysfs_init(void);
19void dlpar_sysfs_exit(void);
1da177e4 20
f39d5b72
BH
21int dlpar_add_slot(char *drc_name);
22int dlpar_remove_slot(char *drc_name);
1da177e4
LT
23
24#endif
This page took 0.804607 seconds and 5 git commands to generate.