RTEMS 6.1-rc1
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/*****************************************************************************/
35#ifndef XPSEUDO_ASM_H
36#define XPSEUDO_ASM_H
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42#include "xreg_cortexa53.h"
43#ifdef __clang__
44#include "xpseudo_asm_armclang.h"
45#else
46#include "xpseudo_asm_gcc.h"
47#endif
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* XPSEUDO_ASM_H */