Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Interface for Dynamic Logical Partitioning of I/O Slots on
0004  * RPA-compliant PPC64 platform.
0005  *
0006  * John Rose <johnrose@austin.ibm.com>
0007  * October 2003
0008  *
0009  * Copyright (C) 2003 IBM.
0010  */
0011 #ifndef _RPADLPAR_IO_H_
0012 #define _RPADLPAR_IO_H_
0013 
0014 int dlpar_sysfs_init(void);
0015 void dlpar_sysfs_exit(void);
0016 
0017 int dlpar_add_slot(char *drc_name);
0018 int dlpar_remove_slot(char *drc_name);
0019 
0020 #endif