blob: 649b8a60df8f4f3e0c3551ae71a47f91be437603 [file] [log] [blame]
Mathieu Othacehe72c6afe2024-02-09 11:30:07 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2024 Mathieu Othacehe <m.othacehe@gmail.com>
4 */
5
6#ifndef __ARCH_IMX9_MU_H
7#define __ARCH_IMX9_MU_H
8
9#include <event.h>
10
Ye Li81bfc1a2024-04-01 09:41:08 +080011int imx9_probe_mu(void);
Mathieu Othacehe72c6afe2024-02-09 11:30:07 +010012
13#endif