aboutsummaryrefslogtreecommitdiffstats
path: root/include/lib/smcc.h
blob: ed1da2cfb2b00d10d18aa6b0a3b22c071235b468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __SMCC_H__
#define __SMCC_H__

#if !ERROR_DEPRECATED
#include <smccc.h>
#endif

#endif /* __SMCC_H__ */