18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *    SCLP control program identification sysfs interface
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *    Copyright IBM Corp. 2007
68c2ecf20Sopenharmony_ci *    Author(s): Michael Ernst <mernst@de.ibm.com>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef __SCLP_CPI_SYS_H__
108c2ecf20Sopenharmony_ci#define __SCLP_CPI_SYS_H__
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciint sclp_cpi_set_data(const char *system, const char *sysplex,
138c2ecf20Sopenharmony_ci		      const char *type, u64 level);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif	 /* __SCLP_CPI_SYS_H__ */
16