Tim Zimmermann | 5c435c1 | 2021-03-18 09:19:56 +0100 | [diff] [blame^] | 1 | /* 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 | |
| 13 | void hdcp_hexdump(uint8_t *buf, size_t len); |
| 14 | |
| 15 | #endif |