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 | |||||
11 | int imx9_probe_mu(void *ctx, struct event *event); | ||||
12 | |||||
13 | #endif |