Mathieu Othacehe 2029a4c6be 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 <othacehe@gnu.org>
Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
2024-02-10 15:16:13 -03:00

14 lines
240 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2024 Mathieu Othacehe <m.othacehe@gmail.com>
*/
#ifndef __ARCH_IMX9_MU_H
#define __ARCH_IMX9_MU_H
#include <event.h>
int imx9_probe_mu(void *ctx, struct event *event);
#endif