smcc.h 243 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
3
 *
dp-arm's avatar
dp-arm committed
4
 * SPDX-License-Identifier: BSD-3-Clause
5
6
 */

Soby Mathew's avatar
Soby Mathew committed
7
8
#ifndef __SMCC_H__
#define __SMCC_H__
9

10
#if !ERROR_DEPRECATED
Antonio Nino Diaz's avatar
Antonio Nino Diaz committed
11
#include <smccc.h>
12
#endif
13

Soby Mathew's avatar
Soby Mathew committed
14
#endif /* __SMCC_H__ */