summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include/asm/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/common.h')
-rw-r--r--arch/sandbox/include/asm/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/common.h b/arch/sandbox/include/asm/common.h
new file mode 100644
index 0000000000..9b8bd2d94c
--- /dev/null
+++ b/arch/sandbox/include/asm/common.h
@@ -0,0 +1,6 @@
+#ifndef ASM_COMMON_H
+#define ASM_COMMON_H
+
+#define ARCH_HAS_CTRLC
+
+#endif /* ASM_COMMON_H */