RTEMS 6.1-rc7
Loading...
Searching...
No Matches
linker-symbols-arch.h
Go to the documentation of this file.
1#ifndef LIBBSP_RISCV_SHARED_LINKER_SYMBOLS_H
2#define LIBBSP_RISCV_SHARED_LINKER_SYMBOLS_H
3
13#ifdef __cplusplus
14extern "C" {
15#endif /* __cplusplus */
16
28#ifndef ASM
29#define LINKER_SYMBOL(sym) extern char sym [];
30#else
31#define LINKER_SYMBOL(sym) .extern sym
32#endif
33
36#ifdef __cplusplus
37}
38#endif /* __cplusplus */
39
40#endif /* LIBBSP_RISCV_SHARED_LINKER_SYMBOLS_H */