blob: 649b8a60df8f4f3e0c3551ae71a47f91be437603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* 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);
#endif
|