/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 Cadence Design Systems Inc. */ #ifndef __PHY_DP_H_ #define __PHY_DP_H_ #include <linux/types.h> #define PHY_SUBMODE_DP … #define PHY_SUBMODE_EDP … /** * struct phy_configure_opts_dp - DisplayPort PHY configuration set * * This structure is used to represent the configuration state of a * DisplayPort phy. */ struct phy_configure_opts_dp { … }; #endif /* __PHY_DP_H_ */