|
|
| File: [Development] / linux-2.6-xfs / drivers / s390 / char / sclp_cpi_sys.h (download)
Revision 1.1, Tue Feb 26 16:44:40 2008 UTC (9 years, 7 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.25-rc3 Merge of 2.6.x-xfs-melb:linux:30555a by kenmcd. |
/* * drivers/s390/char/sclp_cpi_sys.h * 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__ */