Anson Huang | b629413 | 2018-06-05 16:05:59 +0800 | [diff] [blame] | 1 | /* |
Anson Huang | ee51c33 | 2019-01-15 10:22:06 +0800 | [diff] [blame] | 2 | * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. |
Anson Huang | b629413 | 2018-06-05 16:05:59 +0800 | [diff] [blame] | 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 7 | #ifndef SCI_H |
| 8 | #define SCI_H |
Anson Huang | b629413 | 2018-06-05 16:05:59 +0800 | [diff] [blame] | 9 | |
| 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> |
Anson Huang | ee51c33 | 2019-01-15 10:22:06 +0800 | [diff] [blame] | 18 | #include <sci/svc/timer/sci_timer_api.h> |
Anson Huang | 895fd3e | 2019-01-18 10:26:52 +0800 | [diff] [blame] | 19 | #include <sci/svc/misc/sci_misc_api.h> |
Anson Huang | b629413 | 2018-06-05 16:05:59 +0800 | [diff] [blame] | 20 | |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 21 | #endif /* SCI_H */ |