Release 4.7 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__ */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
michael ernst | michael ernst | 31 | 96.88% | 1 | 50.00% |
heiko carstens | heiko carstens | 1 | 3.12% | 1 | 50.00% |
| Total | 32 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.