Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  *    SCLP control program identification sysfs interface
0004  *
0005  *    Copyright IBM Corp. 2007
0006  *    Author(s): Michael Ernst <mernst@de.ibm.com>
0007  */
0008 
0009 #ifndef __SCLP_CPI_SYS_H__
0010 #define __SCLP_CPI_SYS_H__
0011 
0012 int sclp_cpi_set_data(const char *system, const char *sysplex,
0013               const char *type, u64 level);
0014 
0015 #endif   /* __SCLP_CPI_SYS_H__ */