blob: 7f79f8fa2044eefa3803522d3ba53f5682a19df4 [file] [log] [blame]
Soby Mathewacc144b2016-05-05 12:53:53 +01001/*
Dimitris Papastamos0a4cded2018-01-02 11:37:02 +00002 * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
Soby Mathewacc144b2016-05-05 12:53:53 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathewacc144b2016-05-05 12:53:53 +01005 */
6
7#ifndef __SMCC_HELPERS_H__
8#define __SMCC_HELPERS_H__
9
Antonio Nino Diaz3c817f42018-03-21 10:49:27 +000010#if !ERROR_DEPRECATED
11#include <smccc_helpers.h>
12#endif
Soby Mathewacc144b2016-05-05 12:53:53 +010013
Soby Mathewacc144b2016-05-05 12:53:53 +010014#endif /* __SMCC_HELPERS_H__ */