sclp_cpi_sys.h 380 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * SCLP control program identification sysfs interface
  4. *
  5. * Copyright IBM Corp. 2007
  6. * Author(s): Michael Ernst <[email protected]>
  7. */
  8. #ifndef __SCLP_CPI_SYS_H__
  9. #define __SCLP_CPI_SYS_H__
  10. int sclp_cpi_set_data(const char *system, const char *sysplex,
  11. const char *type, u64 level);
  12. #endif /* __SCLP_CPI_SYS_H__ */