]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: sysreset: Move priv/plat structs to headers
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:40:04 +0000 (10:40 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit6a2350f8c9d60f318b3ffff3231b4ca891957da4
tree8e1e1686cf25e3d728e89a31f6ee36b97a673060
parent6563b205eb65653e8fe0d3f92106ec37d28a4af7
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>
arch/x86/include/asm/sysreset.h [new file with mode: 0644]
drivers/sysreset/sysreset_x86.c