blob: 11300b7ebc0a41dce0dedeae5a9c252529066deb [file] [log] [blame]
Soby Mathewd0194872016-04-29 19:01:30 +01001/*
Antonio Nino Diaz3c817f42018-03-21 10:49:27 +00002 * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
Soby Mathewd0194872016-04-29 19:01:30 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathewd0194872016-04-29 19:01:30 +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 Mathewa9482df2016-05-05 12:49:09 +010013
Soby Mathewd0194872016-04-29 19:01:30 +010014#endif /* __SMCC_HELPERS_H__ */