cmb.h (7a9787e1eba95a166265e6a260cf30af04ef0a99) | cmb.h (0680ba0133ffeac4bd3689668b05ea2d16f14ae0) |
---|---|
1#ifndef S390_CMB_H 2#define S390_CMB_H | 1#ifndef S390_CMB_H 2#define S390_CMB_H |
3 4#include <linux/types.h> 5 |
|
3/** 4 * struct cmbdata - channel measurement block data for user space 5 * @size: size of the stored data 6 * @elapsed_time: time since last sampling 7 * @ssch_rsch_count: number of ssch and rsch 8 * @sample_count: number of samples 9 * @device_connect_time: time of device connect 10 * @function_pending_time: time of function pending --- 48 unchanged lines hidden --- | 6/** 7 * struct cmbdata - channel measurement block data for user space 8 * @size: size of the stored data 9 * @elapsed_time: time since last sampling 10 * @ssch_rsch_count: number of ssch and rsch 11 * @sample_count: number of samples 12 * @device_connect_time: time of device connect 13 * @function_pending_time: time of function pending --- 48 unchanged lines hidden --- |