summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/processor.h')
-rw-r--r--arch/sandbox/include/asm/processor.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/processor.h b/arch/sandbox/include/asm/processor.h
new file mode 100644
index 0000000..8dced60
--- /dev/null
+++ b/arch/sandbox/include/asm/processor.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2014 Google, Inc
+ */
+
+#ifndef _ASM_PROCESSOR_H
+#define _ASM_PROCESSOR_H
+
+/* This file is required for PCI */
+
+#endif