platform/chrome: cros_ec_typec: Move structs to header
authorPrashant Malani <pmalani@chromium.org>
Wed, 28 Dec 2022 00:45:09 +0000 (00:45 +0000)
committerPrashant Malani <pmalani@chromium.org>
Mon, 9 Jan 2023 20:32:53 +0000 (20:32 +0000)
commit69058096515359fbe15b63ea8b111fe0bb21cecb
tree47fd6f4aabae31d0f61fcfbe006a204dc963cde3
parent8d2b28df6c3dc1581d856f52d9f78059ef2a568f
platform/chrome: cros_ec_typec: Move structs to header

Move ChromeOS Type-C structs into their own header, so they can be
referenced by other files which can be added to the same module.

No functional changes introduced by this patch.

Signed-off-by: Prashant Malani <pmalani@chromium.org>
Reviewed-by: Benson Leung <bleung@chromium.org>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20221228004648.793339-7-pmalani@chromium.org
MAINTAINERS
drivers/platform/chrome/cros_ec_typec.c
drivers/platform/chrome/cros_ec_typec.h [new file with mode: 0644]