commit | 1377d448a26aa67907ae86a84d33c02c7c9b9dcd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 21 16:21:36 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 25 08:30:05 2022 -0600 |
tree | c89f40de7229917d54f51138d4bacc62b637fadc | |
parent | 0e0b9e94595a706d86d8a9daca572da9a7de35a0 [diff] |
scsi: Move core emulation state into a new struct In preparation for sharing the emulation code between two drivers, move some of the fields into a new struct. Use a separate header file so it can be used by various drivers. Signed-off-by: Simon Glass <sjg@chromium.org>