1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Interface for Dynamic Logical Partitioning of I/O Slots on
4 * RPA-compliant PPC64 platform.
6 * John Rose <johnrose@austin.ibm.com>
9 * Copyright (C) 2003 IBM.
11 #ifndef _RPADLPAR_IO_H_
12 #define _RPADLPAR_IO_H_
14 int dlpar_sysfs_init(void);
15 void dlpar_sysfs_exit(void);
17 int dlpar_add_slot(char *drc_name
);
18 int dlpar_remove_slot(char *drc_name
);