]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/s390/include/asm/cmb.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / arch / s390 / include / asm / cmb.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef S390_CMB_H
3#define S390_CMB_H
0680ba01 4
9807f759 5#include <uapi/asm/cmb.h>
0680ba01 6
4beb3709 7struct ccw_device;
1da177e4 8extern int enable_cmf(struct ccw_device *cdev);
1da177e4 9extern int disable_cmf(struct ccw_device *cdev);
1bc6664b 10extern int __disable_cmf(struct ccw_device *cdev);
1da177e4 11extern u64 cmf_read(struct ccw_device *cdev, int index);
fc5019c5 12extern int cmf_readall(struct ccw_device *cdev, struct cmbdata *data);
1da177e4 13
1da177e4 14#endif /* S390_CMB_H */