Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Michael Ernst | c05ffc4 | 2008-01-26 14:10:55 +0100 | [diff] [blame] | 2 | /* |
Michael Ernst | c05ffc4 | 2008-01-26 14:10:55 +0100 | [diff] [blame] | 3 | * SCLP control program identification sysfs interface |
| 4 | * |
| 5 | * Copyright IBM Corp. 2007 |
| 6 | * Author(s): Michael Ernst <mernst@de.ibm.com> |
| 7 | */ |
| 8 | |
| 9 | #ifndef __SCLP_CPI_SYS_H__ |
| 10 | #define __SCLP_CPI_SYS_H__ |
| 11 | |
| 12 | int sclp_cpi_set_data(const char *system, const char *sysplex, |
| 13 | const char *type, u64 level); |
| 14 | |
| 15 | #endif /* __SCLP_CPI_SYS_H__ */ |