blob: 0683d83ec17a4c0dfcc22ebe43f0e69363ab12a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* 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__ */
|