summaryrefslogtreecommitdiff
path: root/plat/socionext/synquacer/drivers/mhu/sq_mhu.h
blob: bef117d7f91053da3831b826db89398d07cadc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __SQ_MHU_H__
#define __SQ_MHU_H__

#include <stdint.h>

void mhu_secure_message_start(unsigned int slot_id);
void mhu_secure_message_send(unsigned int slot_id);
uint32_t mhu_secure_message_wait(void);
void mhu_secure_message_end(unsigned int slot_id);

void mhu_secure_init(void);

#endif	/* __SQ_MHU_H__ */