Release 4.18 drivers/s390/char/sclp_cpi_sys.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* 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 | 31 | 93.94% | 1 | 33.33% |
Heiko Carstens | 1 | 3.03% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.03% | 1 | 33.33% |
Total | 33 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.