]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/s390/include/asm/cmb.h
reboot: Use power off rather than busy spinning when halt is requested
[mirror_ubuntu-artful-kernel.git] / arch / s390 / include / asm / cmb.h
CommitLineData
1da177e4
LT
1#ifndef S390_CMB_H
2#define S390_CMB_H
0680ba01 3
9807f759 4#include <uapi/asm/cmb.h>
0680ba01 5
4beb3709 6struct ccw_device;
1da177e4 7extern int enable_cmf(struct ccw_device *cdev);
1da177e4 8extern int disable_cmf(struct ccw_device *cdev);
1bc6664b 9extern int __disable_cmf(struct ccw_device *cdev);
1da177e4 10extern u64 cmf_read(struct ccw_device *cdev, int index);
fc5019c5 11extern int cmf_readall(struct ccw_device *cdev, struct cmbdata *data);
1da177e4 12
1da177e4 13#endif /* S390_CMB_H */