kernel_samsung_a53x/include/soc/samsung/exynos-seh.h

16 lines
479 B
C
Raw Normal View History

2024-06-15 21:02:09 +02:00
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2021 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*/
#ifndef EXYNOS_SEH_H
#define EXYNOS_SEH_H
/******************************************************************************/
/* Define function */
/******************************************************************************/
void exynos_seh_set_cm_debug_function(unsigned long addr);
#endif