mm/hmm.c: remove superfluous RCU protection around radix tree lookup
[linux/fpc-iii.git] / drivers / s390 / char / sclp_cpi_sys.h
blobedf60d1ca633b3a34d0601468d78265ecfe09705
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * SCLP control program identification sysfs interface
5 * Copyright IBM Corp. 2007
6 * Author(s): Michael Ernst <mernst@de.ibm.com>
7 */
9 #ifndef __SCLP_CPI_SYS_H__
10 #define __SCLP_CPI_SYS_H__
12 int sclp_cpi_set_data(const char *system, const char *sysplex,
13 const char *type, u64 level);
15 #endif /* __SCLP_CPI_SYS_H__ */