summary refs log tree commit diff stats
path: root/include/system/tcg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/system/tcg.h (renamed from include/sysemu/tcg.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysemu/tcg.h b/include/system/tcg.h
index 5e2ca9aab3..73229648c6 100644
--- a/include/sysemu/tcg.h
+++ b/include/system/tcg.h
@@ -7,8 +7,8 @@
 
 /* header to be included in non-TCG-specific code */
 
-#ifndef SYSEMU_TCG_H
-#define SYSEMU_TCG_H
+#ifndef SYSTEM_TCG_H
+#define SYSTEM_TCG_H
 
 #ifdef CONFIG_TCG
 extern bool tcg_allowed;