aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx9/mu.h
blob: b8604992914a868582e0ecc7b67e5f7b2c438eac (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 *ctx, struct event *event);

#endif