commit | b386c6e61d5bae9107fffe7b7c2e0220f3d1800e | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Thu Sep 26 17:04:26 2024 -0600 |
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | Fri Dec 06 11:20:43 2024 -0700 |
tree | 12f531761d03c216505b283c10c342bab18eab26 | |
parent | 5ad3c97a5ce5887f74c23b80643da5bd135f3599 [diff] |
refactor(qemu-sbsa): move DT related structures to their own header Move structure declaration related to the DT to their own header. That way they can be reused by other files. At the same time, typedefs are removed and structure names prepended with "platform_" to avoid clashing with other structure declarations available in the system. No change in functionality. Change-Id: If67a141cc7441b0636af774d7edfe51cf8034a11 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>