RTEMS 6.1-rc2
Loading...
Searching...
No Matches
xpseudo_asm.h
Go to the documentation of this file.
1/******************************************************************************
2* Copyright (c) 2014 - 2020 Xilinx, Inc. All rights reserved.
3* SPDX-License-Identifier: MIT
4******************************************************************************/
5
6/*****************************************************************************/
37#ifndef XPSEUDO_ASM_H /* prevent circular inclusions */
38#define XPSEUDO_ASM_H /* by using protection macros */
39
40#ifdef __cplusplus
41extern "C" {
42#endif
43
44#include "xreg_cortexr5.h"
45#if defined (__clang__)
46#include "xpseudo_asm_armclang.h"
47#elif defined (__GNUC__)
48#include "xpseudo_asm_gcc.h"
49#elif defined (__ICCARM__)
50#include "xpseudo_asm_iccarm.h"
51#endif
52
53#ifdef __cplusplus
54}
55#endif
56
57#endif /* XPSEUDO_ASM_H */