diff options
author | Hannes Reinecke <hare@suse.com> | 2022-04-12 19:41:27 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 14:52:30 +0200 |
commit | 0f1dbb53b693ab9989be7b3cda3e242af1cae07d (patch) | |
tree | 442fdb548f255bb23907f538714523a14b4854f1 /redir.h | |
parent | 57254e76f49d5474a3d9eb6d7312bcf20ccff9ab (diff) | |
download | amtterm-0f1dbb53b693ab9989be7b3cda3e242af1cae07d.tar.gz |
ider: implement READ CAPACITY
Diffstat (limited to 'redir.h')
-rw-r--r-- | redir.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |