aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/tcg.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-04-03 14:53:17 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-06-28 13:55:35 +0200
commit6970030177ae846327af435ad0e3f6e1045a0c86 (patch)
tree0309f0db1e964bfda891fa5d60678cc3b94598c5 /include/sysemu/tcg.h
parent641b841722836cd08d39701f6e4932543afcf41a (diff)
accel: Document generic accelerator headers
These headers are meant to be include by any file to check the availability of accelerators, thus are not accelerator specific. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230624174121.11508-3-philmd@linaro.org>
Diffstat (limited to 'include/sysemu/tcg.h')
-rw-r--r--include/sysemu/tcg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysemu/tcg.h b/include/sysemu/tcg.h
index 53352450ff..5e2ca9aab3 100644
--- a/include/sysemu/tcg.h
+++ b/include/sysemu/tcg.h
@@ -5,6 +5,8 @@
* See the COPYING file in the top-level directory.
*/
+/* header to be included in non-TCG-specific code */
+
#ifndef SYSEMU_TCG_H
#define SYSEMU_TCG_H