blob: ed1da2cfb2b00d10d18aa6b0a3b22c071235b468 [file] [log] [blame]
Yatharth Kochar6c0566c2015-10-02 17:56:48 +01001/*
Dimitris Papastamos0dcdb1a2018-01-19 16:58:29 +00002 * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
Yatharth Kochar6c0566c2015-10-02 17:56:48 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Yatharth Kochar6c0566c2015-10-02 17:56:48 +01005 */
6
Soby Mathewd0194872016-04-29 19:01:30 +01007#ifndef __SMCC_H__
8#define __SMCC_H__
Yatharth Kochar6c0566c2015-10-02 17:56:48 +01009
David Cunado28f69ab2017-04-05 11:34:03 +010010#if !ERROR_DEPRECATED
Antonio Nino Diaz3c817f42018-03-21 10:49:27 +000011#include <smccc.h>
David Cunado28f69ab2017-04-05 11:34:03 +010012#endif
Yatharth Kochar6c0566c2015-10-02 17:56:48 +010013
Soby Mathewd0194872016-04-29 19:01:30 +010014#endif /* __SMCC_H__ */