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