aboutsummaryrefslogtreecommitdiff
path: root/host/include/x86_64
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-06-05 20:58:37 -0700
committerRichard Henderson <richard.henderson@linaro.org>2024-06-19 12:47:11 -0700
commit2d32a5d2a06a524c5e7967f918c406ec99418a34 (patch)
treed042442e48299e2964ff1d77c076e730f73e5182 /host/include/x86_64
parent6b0ca412e16dae52bf1ef2da9436d4d8c81759f2 (diff)
util/bufferiszero: Split out host include files
Split out host/bufferiszero.h.inc for x86, aarch64 and generic in order to avoid an overlong ifdef ladder. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'host/include/x86_64')
-rw-r--r--host/include/x86_64/host/bufferiszero.c.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/x86_64/host/bufferiszero.c.inc b/host/include/x86_64/host/bufferiszero.c.inc
new file mode 100644
index 0000000000..1d3f1fd6f5
--- /dev/null
+++ b/host/include/x86_64/host/bufferiszero.c.inc
@@ -0,0 +1 @@
+#include "host/include/i386/host/bufferiszero.c.inc"