mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
ide-tape: remove struct idetape_block_size_page_t
Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
323875549f
commit
f011889d1d
1 changed files with 0 additions and 18 deletions
|
@ -222,24 +222,6 @@ typedef struct idetape_packet_command_s {
|
|||
/* Data direction */
|
||||
#define PC_WRITING 5
|
||||
|
||||
/*
|
||||
* Block Size Page
|
||||
*/
|
||||
typedef struct {
|
||||
unsigned page_code :6; /* Page code - Should be 0x30 */
|
||||
unsigned reserved1_6 :1;
|
||||
unsigned ps :1;
|
||||
__u8 page_length; /* Page Length - Should be 2 */
|
||||
__u8 reserved2;
|
||||
unsigned play32 :1;
|
||||
unsigned play32_5 :1;
|
||||
unsigned reserved2_23 :2;
|
||||
unsigned record32 :1;
|
||||
unsigned record32_5 :1;
|
||||
unsigned reserved2_6 :1;
|
||||
unsigned one :1;
|
||||
} idetape_block_size_page_t;
|
||||
|
||||
/*
|
||||
* A pipeline stage.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue