Yatharth Kochar | 6c0566c | 2015-10-02 17:56:48 +0100 | [diff] [blame] | 1 | /* |
Dimitris Papastamos | 0dcdb1a | 2018-01-19 16:58:29 +0000 | [diff] [blame] | 2 | * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. |
Yatharth Kochar | 6c0566c | 2015-10-02 17:56:48 +0100 | [diff] [blame] | 3 | * |
dp-arm | fa3cf0b | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
Yatharth Kochar | 6c0566c | 2015-10-02 17:56:48 +0100 | [diff] [blame] | 5 | */ |
6 | |||||
Soby Mathew | d019487 | 2016-04-29 19:01:30 +0100 | [diff] [blame] | 7 | #ifndef __SMCC_H__ |
8 | #define __SMCC_H__ | ||||
Yatharth Kochar | 6c0566c | 2015-10-02 17:56:48 +0100 | [diff] [blame] | 9 | |
David Cunado | 28f69ab | 2017-04-05 11:34:03 +0100 | [diff] [blame] | 10 | #if !ERROR_DEPRECATED |
Antonio Nino Diaz | 3c817f4 | 2018-03-21 10:49:27 +0000 | [diff] [blame] | 11 | #include <smccc.h> |
David Cunado | 28f69ab | 2017-04-05 11:34:03 +0100 | [diff] [blame] | 12 | #endif |
Yatharth Kochar | 6c0566c | 2015-10-02 17:56:48 +0100 | [diff] [blame] | 13 | |
Soby Mathew | d019487 | 2016-04-29 19:01:30 +0100 | [diff] [blame] | 14 | #endif /* __SMCC_H__ */ |