Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cmb.h
Go to the documentation of this file.
1 #ifndef _UAPIS390_CMB_H
2 #define _UAPIS390_CMB_H
3 
4 #include <linux/types.h>
5 
30 struct cmbdata {
33  /* basic and exended format: */
41  /* extended format only: */
44 };
45 
46 /* enable channel measurement */
47 #define BIODASDCMFENABLE _IO(DASD_IOCTL_LETTER, 32)
48 /* enable channel measurement */
49 #define BIODASDCMFDISABLE _IO(DASD_IOCTL_LETTER, 33)
50 /* read channel measurement data */
51 #define BIODASDREADALLCMB _IOWR(DASD_IOCTL_LETTER, 33, struct cmbdata)
52 
53 #endif /* _UAPIS390_CMB_H */