15 lines
252 B
C
15 lines
252 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright © 2019 Intel Corporation
|
|
*
|
|
* Authors:
|
|
* Ramalingam C <ramalingam.c@intel.com>
|
|
*/
|
|
|
|
#ifndef __MEI_HDCP_H__
|
|
#define __MEI_HDCP_H__
|
|
|
|
#include <drm/display/drm_hdcp.h>
|
|
|
|
#endif /* __MEI_HDCP_H__ */
|