summaryrefslogtreecommitdiff
path: root/selftest.h
blob: 1e2349b8916da1a2c9f4fbef56c298917d893805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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_DPLINK_SELFTEST_H__
#define __EXYNOS_HDCP2_DPLINK_SELFTEST_H__

int hdcp_protocol_self_test(void);

#endif