X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fs390%2Fchar%2Fsclp_cpi_sys.h;fp=kernel%2Fdrivers%2Fs390%2Fchar%2Fsclp_cpi_sys.h;h=65bb6a99c97f550f6d2cdc11f72e09afecfb7dd0;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/drivers/s390/char/sclp_cpi_sys.h b/kernel/drivers/s390/char/sclp_cpi_sys.h new file mode 100644 index 000000000..65bb6a99c --- /dev/null +++ b/kernel/drivers/s390/char/sclp_cpi_sys.h @@ -0,0 +1,14 @@ +/* + * SCLP control program identification sysfs interface + * + * Copyright IBM Corp. 2007 + * Author(s): Michael Ernst + */ + +#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__ */