2026-01-21 18:59:54 +08:00
|
|
|
/* 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__
|
|
|
|
|
|
2026-01-29 22:25:33 +08:00
|
|
|
#include <drm/display/drm_hdcp.h>
|
2026-01-21 18:59:54 +08:00
|
|
|
|
|
|
|
|
#endif /* __MEI_HDCP_H__ */
|