commit | 2bfb7ef238b9b2ee2496f79ecb0af422ecb7586c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:39:53 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 2d83c036b74947e463fbc1e29697f437084c1ee0 | |
parent | 6daf90502897619543720afd9b44a4b2313eee01 [diff] |
sandbox: serial: Move priv into a header file Move this struct into a header file so that dtoc can include it in its dt-platdata.c file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>