commit | 3ee1d39adc398dfbb5b2a66d995c554e25885d1e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 17:25:27 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:08 2021 +1300 |
tree | 8f652829c52ae444eb6c6e35fe6f804293942f50 | |
parent | 107da8fc5504ae445b23dcc7c093920912e091d7 [diff] |
sandbox: i2c: Move platdata structs to header files At present the structs used by these drivers are declared in the C files and so are not accessible to dtoc. Move them to header files, as required. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>