brintos

brintos / linux-shallow public Read only

0
0
Text · 252 B · 0683d83 Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright © 2019 Intel Corporation4 *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