On 1/12/22 05:43, Philippe Mathieu-Daudé wrote:
In the next commit we will use the dma_addr_t type in the QEMUSGList
structure. Since currently dma_addr_t is defined after QEMUSGList,
move the declarations to have dma_addr_t defined first. This is a
pure code-movement patch.

Suggested-by: David Hildenbrand<[email protected]>
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  include/sysemu/dma.h | 22 +++++++++++-----------
  1 file changed, 11 insertions(+), 11 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to