Ye Li | 853cc9d | 2021-08-07 16:00:55 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright 2021 NXP | ||||
4 | */ | ||||
5 | |||||
Ye Li | c408ed3 | 2022-07-26 16:40:49 +0800 | [diff] [blame] | 6 | #ifndef __SNT_MU_HAL_H__ |
7 | #define __SNT_MU_HAL_H__ | ||||
Ye Li | 853cc9d | 2021-08-07 16:00:55 +0800 | [diff] [blame] | 8 | |
9 | void mu_hal_init(ulong base); | ||||
10 | int mu_hal_sendmsg(ulong base, u32 reg_index, u32 msg); | ||||
11 | int mu_hal_receivemsg(ulong base, u32 reg_index, u32 *msg); | ||||
12 | #endif |