repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/gpio: introduce pcf8574 driver
[qemu/ar7.git]
/
tcg
/
arm
/
tcg-target-reg-bits.h
blob
23b7730a8d4397948093989cbac8740f6257d0bc
1
/* SPDX-License-Identifier: MIT */
2
/*
3
* Define target-specific register size
4
* Copyright (c) 2023 Linaro
5
*/
6
7
#ifndef TCG_TARGET_REG_BITS_H
8
#define TCG_TARGET_REG_BITS_H
9
10
#define TCG_TARGET_REG_BITS 32
11
12
#endif