]> Git Repo - linux.git/blame - drivers/s390/char/sclp_cpi_sys.h
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6
[linux.git] / drivers / s390 / char / sclp_cpi_sys.h
CommitLineData
c05ffc4f
ME
1/*
2 * drivers/s390/char/sclp_cpi_sys.h
3 * SCLP control program identification sysfs interface
4 *
5 * Copyright IBM Corp. 2007
6 * Author(s): Michael Ernst <[email protected]>
7 */
8
9#ifndef __SCLP_CPI_SYS_H__
10#define __SCLP_CPI_SYS_H__
11
12int sclp_cpi_set_data(const char *system, const char *sysplex,
13 const char *type, u64 level);
14
15#endif /* __SCLP_CPI_SYS_H__ */
This page took 0.364096 seconds and 4 git commands to generate.