https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fde53481af6037603087c489402eeb900ab632c6 authored by Jason Self on 16 August 2011, 02:02:34 UTC
Linux-libre 2.6.33.18-gnu1
Tip revision: fde5348
sclp_cpi_sys.h
/*
 *  drivers/s390/char/sclp_cpi_sys.h
 *    SCLP control program identification sysfs interface
 *
 *    Copyright IBM Corp. 2007
 *    Author(s): Michael Ernst <mernst@de.ibm.com>
 */

#ifndef __SCLP_CPI_SYS_H__
#define __SCLP_CPI_SYS_H__

int sclp_cpi_set_data(const char *system, const char *sysplex,
		      const char *type, u64 level);

#endif	 /* __SCLP_CPI_SYS_H__ */
back to top