blob: b96c79f7c115275b26c25bf127fde8251f58852e [file] [log] [blame]
Tamas Ban53ac24f2022-01-18 16:32:18 +01001/*
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
13int rss_comms_init(uintptr_t mhu_sender_base, uintptr_t mhu_receiver_base);
14
15#endif /* RSS_COMMS_H */