>
> +/* WriteBooster buffer type */
> +enum {
> + WB_TYPE_LU_DEDICATED = 0x0,
> + WB_TYPE_SINGLE_SHARED = 0x1
> +};Hi, Stanly WB_TYPE_SINGLE_SHARED might be WB_TYPE_SHARED_BUFFER. I think, we should try to make the name definition correspond to Spec thanks, Bean

