blob: 3915cf92e70ba37f23c43c3a687f8f3617f30403 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef EC_GOOGLE_CHROMEEC_CHIP_H
#define EC_GOOGLE_CHROMEEC_CHIP_H
#include <device/device.h>
#include <stddef.h>
#define MAX_TYPEC_PORTS 4
struct ec_google_chromeec_config {
/* Pointer to PMC Mux connector for each Type-C port */
DEVTREE_CONST struct device *mux_conn[MAX_TYPEC_PORTS];
};
#endif /* EC_GOOGLE_CHROMEEC_CHIP_H */