mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
janitor: add guards to headers
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7edd63f1b1
commit
cb9c377f54
50 changed files with 219 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef CRISUTILS_H
|
||||
#define CRISUTILS_H 1
|
||||
|
||||
static char *tst_cc_loc = NULL;
|
||||
|
||||
#define cris_tst_cc_init() \
|
||||
|
@ -69,3 +72,5 @@ static inline void cris_tst_cc(const int n, const int z,
|
|||
if (c) cris_tst_cc_c1(); else cris_tst_cc_c0();
|
||||
asm volatile ("" : : "g" (_err));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue