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