/* drivers/soc/samsung/exynos-hdcp/exynos-hdcp2-misc.h * * Copyright (c) 2016 Samsung Electronics Co., Ltd. * http://www.samsung.com * * 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_MISC_H__ #define __EXYNOS_HDCP2_MISC_H__ void hdcp_hexdump(uint8_t *buf, size_t len); #endif