blob: a1d456be5cfa7e74a162faa815b87e7a451409bd [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2022 Samsung Electronics Co., Ltd.
*
* Samsung DisplayPort driver.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __EXYNOS_HDCP2_AUTH_H__
#define __EXYNOS_HDCP2_AUTH_H__
int hdcp22_dplink_authenticate(void);
int hdcp22_dplink_abort(void);
int hdcp22_dplink_handle_irq(void);
#endif