blob: f0a25027c24dea04a2c404e5b9deea5e4bb18795 [file] [log] [blame]
Anson Huangb6294132018-06-05 16:05:59 +08001/*
2 * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef SCI_H
8#define SCI_H
Anson Huangb6294132018-06-05 16:05:59 +08009
10/* Defines */
11
12/* Includes */
13
14#include <sci/sci_ipc.h>
15#include <sci/svc/pad/sci_pad_api.h>
16#include <sci/svc/pm/sci_pm_api.h>
17#include <sci/svc/rm/sci_rm_api.h>
18
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000019#endif /* SCI_H */