mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-22 00:32:15 +00:00
Obsoleted by EM06
This commit is contained in:
parent
d0411ded91
commit
896ac19f91
@ -1,18 +0,0 @@
|
||||
/*
|
||||
*
|
||||
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
||||
*
|
||||
*/
|
||||
|
||||
#define SCSI_MAX_BLOCKS 511
|
||||
|
||||
.section .rodata
|
||||
|
||||
.align 4
|
||||
.global scsi_container
|
||||
|
||||
scsi_container:
|
||||
_unit_id: .short 0
|
||||
_block_size: .short 0
|
||||
_max_blocks: .long SCSI_MAX_BLOCKS
|
||||
_blocks: .fill SCSI_MAX_BLOCKS * 6, 0
|
Loading…
x
Reference in New Issue
Block a user