Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f011889d authored by Borislav Petkov's avatar Borislav Petkov Committed by Bartlomiej Zolnierkiewicz
Browse files

ide-tape: remove struct idetape_block_size_page_t

parent 32387554
Loading
Loading
Loading
Loading
+0 −18
Original line number Original line Diff line number Diff line
@@ -222,24 +222,6 @@ typedef struct idetape_packet_command_s {
/* Data direction */
/* Data direction */
#define	PC_WRITING			5
#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.
 *	A pipeline stage.
 */
 */