sci.h 384 Bytes
Newer Older
Anson Huang's avatar
Anson Huang committed
1
/*
2
 * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
Anson Huang's avatar
Anson Huang committed
3
4
5
6
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#ifndef SCI_H
#define SCI_H
Anson Huang's avatar
Anson Huang committed
9
10
11
12
13
14
15
16
17

/* Defines */

/* Includes */

#include <sci/sci_ipc.h>
#include <sci/svc/pad/sci_pad_api.h>
#include <sci/svc/pm/sci_pm_api.h>
#include <sci/svc/rm/sci_rm_api.h>
18
#include <sci/svc/timer/sci_timer_api.h>
Anson Huang's avatar
Anson Huang committed
19

20
#endif /* SCI_H */