blob: 5db559c1ac518a00e8b0c8bb3399dbe042130bcb [file] [log] [blame]
Ye Li853cc9d2021-08-07 16:00:55 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2021 NXP
4 */
5
Ye Lic408ed32022-07-26 16:40:49 +08006#ifndef __SNT_MU_HAL_H__
7#define __SNT_MU_HAL_H__
Ye Li853cc9d2021-08-07 16:00:55 +08008
9void mu_hal_init(ulong base);
10int mu_hal_sendmsg(ulong base, u32 reg_index, u32 msg);
11int mu_hal_receivemsg(ulong base, u32 reg_index, u32 *msg);
12#endif