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