xref: /openbmc/linux/drivers/misc/mei/hdcp/mei_hdcp.h (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
1514c37e3STomas Winkler /* SPDX-License-Identifier: GPL-2.0 */
2cf8ecce2SRamalingam C /*
3cf8ecce2SRamalingam C  * Copyright © 2019 Intel Corporation
4cf8ecce2SRamalingam C  *
5cf8ecce2SRamalingam C  * Authors:
6cf8ecce2SRamalingam C  * Ramalingam C <ramalingam.c@intel.com>
7cf8ecce2SRamalingam C  */
8cf8ecce2SRamalingam C 
9cf8ecce2SRamalingam C #ifndef __MEI_HDCP_H__
10cf8ecce2SRamalingam C #define __MEI_HDCP_H__
11cf8ecce2SRamalingam C 
12*6a99099fSThomas Zimmermann #include <drm/display/drm_hdcp.h>
13cf8ecce2SRamalingam C 
14cf8ecce2SRamalingam C #endif /* __MEI_HDCP_H__ */
15