Mathieu Othacehe | 72c6afe | 2024-02-09 11:30:07 +0100 | [diff] [blame] | 1 | /* 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 Li | 81bfc1a | 2024-04-01 09:41:08 +0800 | [diff] [blame] | 11 | int imx9_probe_mu(void); |
Mathieu Othacehe | 72c6afe | 2024-02-09 11:30:07 +0100 | [diff] [blame] | 12 | |
13 | #endif |