master
h 12 lines 271 Bytes
Raw
1 /*
2 * SPDX-License-Identifier: GPL-2.0-or-later
3 */
4
5 #ifndef CXL_DOWNSTREAM_PORT_H
6 #define CXL_DOWNSTREAM_PORT_H
7 #include "include/hw/cxl/cxl_port.h"
8
9 typedef struct CXLDownstreamPort CXLDownstreamPort;
10 CXLPhyPortPerst *cxl_dsp_get_perst(CXLDownstreamPort *dsp);
11
12 #endif