diff options
Diffstat (limited to 'sys/cam/ctl/ctl.h')
-rw-r--r-- | sys/cam/ctl/ctl.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/cam/ctl/ctl.h b/sys/cam/ctl/ctl.h index 7b4d06c..d9a4f5a 100644 --- a/sys/cam/ctl/ctl.h +++ b/sys/cam/ctl/ctl.h @@ -74,18 +74,12 @@ struct ctl_port_entry { struct ctl_modepage_header { uint8_t page_code; uint8_t subpage; - int32_t len_used; - int32_t len_left; -}; - -struct ctl_modepage_aps { - struct ctl_modepage_header header; - uint8_t lock_active; + uint16_t len_used; + uint16_t len_left; }; union ctl_modepage_info { struct ctl_modepage_header header; - struct ctl_modepage_aps aps; }; /* |