blob: 11300b7ebc0a41dce0dedeae5a9c252529066deb [file] [log] [blame]
Soby Mathewcf0b1492016-04-29 19:01:30 +01001/*
Antonio Nino Diaz085e80e2018-03-21 10:49:27 +00002 * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
Soby Mathewcf0b1492016-04-29 19:01:30 +01003 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathewcf0b1492016-04-29 19:01:30 +01005 */
6
7#ifndef __SMCC_HELPERS_H__
8#define __SMCC_HELPERS_H__
9
Antonio Nino Diaz085e80e2018-03-21 10:49:27 +000010#if !ERROR_DEPRECATED
11#include <smccc_helpers.h>
12#endif
Soby Mathewcf0b1492016-04-29 19:01:30 +010013
Soby Mathewcf0b1492016-04-29 19:01:30 +010014#endif /* __SMCC_HELPERS_H__ */