commit | 4713720a78c56ec2e00bcb4abcac71e99315e4ea | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Feb 20 11:44:15 2023 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Feb 27 22:29:02 2023 +0100 |
tree | 4bf2f9bffbcc53bba638f4e29f145319f08280dd | |
parent | d9b934f21e55fb62abb0f962aae731f36f4e0a1f [diff] |
hw/usb/ohci: Use OHCIState type definition Forward-define the type first, then use it for the ohci_die() handler. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230220150515.32549-3-philmd@linaro.org>