summaryrefslogtreecommitdiffstats
path: root/redir.h
diff options
context:
space:
mode:
Diffstat (limited to 'redir.h')
-rw-r--r--redir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/redir.h b/redir.h
index 5cb93d2..4b76e1e 100644
--- a/redir.h
+++ b/redir.h
@@ -35,8 +35,10 @@ struct redir {
/* ide-redirection */
unsigned char filename[256];
unsigned int lba_size;
+ unsigned int lba_shift;
void *mmap_buf;
ssize_t mmap_size;
+ unsigned char device;
unsigned int tx_bufsize;
unsigned int rx_bufsize;
unsigned int enable_options;