OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [pci/] [hotplug/] [rpadlpar.h] - Blame information for rev 62

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
/*
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
 
18
extern int dlpar_sysfs_init(void);
19
extern void dlpar_sysfs_exit(void);
20
 
21
extern int dlpar_add_slot(char *drc_name);
22
extern int dlpar_remove_slot(char *drc_name);
23
 
24
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.