From 2029a4c6be564887ba0860f1e91ea7d54b5675d5 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 9 Feb 2024 11:30:07 +0100 Subject: imx93: Use a header for imx9_probe_mu declaration Put imx9_probe_mu declaration in a new mu.h header file. Signed-off-by: Mathieu Othacehe Reviewed-by: Igor Opaniuk --- arch/arm/include/asm/arch-imx9/mu.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 arch/arm/include/asm/arch-imx9/mu.h (limited to 'arch/arm') diff --git a/arch/arm/include/asm/arch-imx9/mu.h b/arch/arm/include/asm/arch-imx9/mu.h new file mode 100644 index 00000000000..b8604992914 --- /dev/null +++ b/arch/arm/include/asm/arch-imx9/mu.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2024 Mathieu Othacehe + */ + +#ifndef __ARCH_IMX9_MU_H +#define __ARCH_IMX9_MU_H + +#include + +int imx9_probe_mu(void *ctx, struct event *event); + +#endif -- cgit v1.2.3