16 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * SCLP control program identification sysfs interface4 *5 * Copyright IBM Corp. 20076 * Author(s): Michael Ernst <mernst@de.ibm.com>7 */8 9#ifndef __SCLP_CPI_SYS_H__10#define __SCLP_CPI_SYS_H__11 12int sclp_cpi_set_data(const char *system, const char *sysplex,13 const char *type, u64 level);14 15#endif /* __SCLP_CPI_SYS_H__ */16