summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx8ulp/mu_hal.h
blob: 10d966d5d43555374dd4de8d035c3e63a03c61ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2021 NXP
 */

#ifndef __IMX8ULP_MU_HAL_H__
#define __IMX8ULP_MU_HAL_H__

void mu_hal_init(ulong base);
int mu_hal_sendmsg(ulong base, u32 reg_index, u32 msg);
int mu_hal_receivemsg(ulong base, u32 reg_index, u32 *msg);
#endif