1afba7e6cSSwapnil Jakhade /* SPDX-License-Identifier: GPL-2.0 */ 2afba7e6cSSwapnil Jakhade /* 3afba7e6cSSwapnil Jakhade * TI j721e Cadence MHDP8546 DP wrapper 4afba7e6cSSwapnil Jakhade * 5afba7e6cSSwapnil Jakhade * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ 6afba7e6cSSwapnil Jakhade * Author: Jyri Sarha <jsarha@ti.com> 7afba7e6cSSwapnil Jakhade */ 8afba7e6cSSwapnil Jakhade 9afba7e6cSSwapnil Jakhade #ifndef CDNS_MHDP8546_J721E_H 10afba7e6cSSwapnil Jakhade #define CDNS_MHDP8546_J721E_H 11afba7e6cSSwapnil Jakhade 12afba7e6cSSwapnil Jakhade #include "cdns-mhdp8546-core.h" 13afba7e6cSSwapnil Jakhade 14afba7e6cSSwapnil Jakhade struct mhdp_platform_ops; 15afba7e6cSSwapnil Jakhade 16afba7e6cSSwapnil Jakhade extern const struct mhdp_platform_ops mhdp_ti_j721e_ops; 17*1934bf53SNikhil Devshatwar extern const u32 mhdp_ti_j721e_bridge_input_bus_flags; 18afba7e6cSSwapnil Jakhade 19afba7e6cSSwapnil Jakhade #endif /* !CDNS_MHDP8546_J721E_H */ 20