Tamas Ban | 53ac24f | 2022-01-18 16:32:18 +0100 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2022, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | * | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef RSS_COMMS_H | ||||
9 | #define RSS_COMMS_H | ||||
10 | |||||
11 | #include <stdint.h> | ||||
12 | |||||
13 | int rss_comms_init(uintptr_t mhu_sender_base, uintptr_t mhu_receiver_base); | ||||
14 | |||||
15 | #endif /* RSS_COMMS_H */ |