]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - include/uapi/misc/xilinx_sdfec.h
misc: xilinx-sdfec: Change struct for GET_STATUS IOCTL
[zynq/linux.git] / include / uapi / misc / xilinx_sdfec.h
index be678d4ce5d7c17b93d28d1f7a9e311f07d0de63..b30b89f5aac8b9983658c02a531f32a7f2496f96 100644 (file)
@@ -121,21 +121,13 @@ struct xsdfec_ldpc_params {
 /**
  * struct xsdfec_status - Status of SDFEC device
  * @fec_id: ID of SDFEC instance
- * @code: The codes being used by the SDFEC instance
- * @order: Order of Operation
  * @state: State of the SDFEC device
- * @mode: Mode of Operation
  * @activity: Describes if the SDFEC instance is Active
- * @cecc_count: Count of the Correctable ECC Errors occurred
  */
 struct xsdfec_status {
        s32 fec_id;
-       enum xsdfec_code code;
-       enum xsdfec_order order;
        enum xsdfec_state state;
-       enum xsdfec_op_mode mode;
        bool activity;
-       int cecc_count;
 };
 
 /**