blob: 4f71247a2c9c0686202248b08407196df01c315a [file] [log] [blame]
Tim Zimmermann5c435c12021-03-18 09:19:56 +01001/* drivers/soc/samsung/exynos-hdcp/exynos-hdcp2-misc.h
2 *
3 * Copyright (c) 2016 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9*/
10#ifndef __EXYNOS_HDCP2_MISC_H__
11#define __EXYNOS_HDCP2_MISC_H__
12
13void hdcp_hexdump(uint8_t *buf, size_t len);
14
15#endif