Files
linux-apfs/arch/s390/include/asm/cmb.h
T

13 lines
335 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef S390_CMB_H
#define S390_CMB_H
#include <uapi/asm/cmb.h>
2005-05-01 08:58:59 -07:00
struct ccw_device;
2005-04-16 15:20:36 -07:00
extern int enable_cmf(struct ccw_device *cdev);
extern int disable_cmf(struct ccw_device *cdev);
extern u64 cmf_read(struct ccw_device *cdev, int index);
extern int cmf_readall(struct ccw_device *cdev, struct cmbdata *data);
2005-04-16 15:20:36 -07:00
#endif /* S390_CMB_H */