cmb.h 335 B

123456789101112
  1. #ifndef S390_CMB_H
  2. #define S390_CMB_H
  3. #include <uapi/asm/cmb.h>
  4. struct ccw_device;
  5. extern int enable_cmf(struct ccw_device *cdev);
  6. extern int disable_cmf(struct ccw_device *cdev);
  7. extern u64 cmf_read(struct ccw_device *cdev, int index);
  8. extern int cmf_readall(struct ccw_device *cdev, struct cmbdata *data);
  9. #endif /* S390_CMB_H */