1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
| /* Generated by ./xlat/gen.sh from ./xlat/sysmips_operations.in; do not edit. */
|
| #include "gcc_compat.h"
| #include "static_assert.h"
|
|
| #ifndef XLAT_MACROS_ONLY
|
| # ifdef IN_MPERS
|
| # error static const struct xlat sysmips_operations in mpers mode
|
| # else
|
| static
| const struct xlat sysmips_operations[] = {
| #if defined(SETNAME) || (defined(HAVE_DECL_SETNAME) && HAVE_DECL_SETNAME)
| XLAT(SETNAME),
| #endif
| #if defined(FLUSH_CACHE) || (defined(HAVE_DECL_FLUSH_CACHE) && HAVE_DECL_FLUSH_CACHE)
| XLAT(FLUSH_CACHE),
| #endif
| #if defined(MIPS_FIXADE) || (defined(HAVE_DECL_MIPS_FIXADE) && HAVE_DECL_MIPS_FIXADE)
| XLAT(MIPS_FIXADE),
| #endif
| #if defined(MIPS_RDNVRAM) || (defined(HAVE_DECL_MIPS_RDNVRAM) && HAVE_DECL_MIPS_RDNVRAM)
| XLAT(MIPS_RDNVRAM),
| #endif
| #if defined(MIPS_ATOMIC_SET) || (defined(HAVE_DECL_MIPS_ATOMIC_SET) && HAVE_DECL_MIPS_ATOMIC_SET)
| XLAT(MIPS_ATOMIC_SET),
| #endif
| XLAT_END
| };
|
| # endif /* !IN_MPERS */
|
| #endif /* !XLAT_MACROS_ONLY */
|
|