Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc2 12 lines 335 B view raw
1#ifndef S390_CMB_H 2#define S390_CMB_H 3 4#include <uapi/asm/cmb.h> 5 6struct ccw_device; 7extern int enable_cmf(struct ccw_device *cdev); 8extern int disable_cmf(struct ccw_device *cdev); 9extern u64 cmf_read(struct ccw_device *cdev, int index); 10extern int cmf_readall(struct ccw_device *cdev, struct cmbdata *data); 11 12#endif /* S390_CMB_H */