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