summaryrefslogtreecommitdiffstats
path: root/redir.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.com>2022-04-12 19:41:27 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 14:52:30 +0200
commit0f1dbb53b693ab9989be7b3cda3e242af1cae07d (patch)
tree442fdb548f255bb23907f538714523a14b4854f1 /redir.h
parent57254e76f49d5474a3d9eb6d7312bcf20ccff9ab (diff)
downloadamtterm-0f1dbb53b693ab9989be7b3cda3e242af1cae07d.tar.gz
ider: implement READ CAPACITY
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 9f0eca4..1974c6d 100644
--- a/redir.h
+++ b/redir.h
@@ -33,6 +33,8 @@ struct redir {
/* ide-redirection */
unsigned char filename[256];
+ void *mmap_buf;
+ ssize_t mmap_size;
unsigned int tx_bufsize;
unsigned int rx_bufsize;
unsigned int enable_options;