commit | 71d57771f14fa751d896eb99ab5f36cd058f200e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:40:04 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 8e1e1686cf25e3d728e89a31f6ee36b97a673060 | |
parent | 7db0683b1e04fd59c94c72cf301e5fe5576b0bf2 [diff] |
x86: sysreset: Move priv/plat structs to headers With the new of-platdata, these need to be available to dt_platdata.c so must be in header files. Move them and add the dtd struct too. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>