RTEMS 6.1-rc2
Loading...
Searching...
No Matches
xpseudo_asm.h
Go to the documentation of this file.
1/******************************************************************************
2* Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved.
3* SPDX-License-Identifier: MIT
4******************************************************************************/
5
6/*****************************************************************************/
36#ifndef XPSEUDO_ASM_H
37#define XPSEUDO_ASM_H
38
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43#include "xreg_cortexa53.h"
44#include "xpseudo_asm_gcc.h"
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* XPSEUDO_ASM_H */