summaryrefslogtreecommitdiff
path: root/include/asm-generic/platform-feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/platform-feature.h')
-rw-r--r--include/asm-generic/platform-feature.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-generic/platform-feature.h b/include/asm-generic/platform-feature.h
new file mode 100644
index 000000000000..4b0af3d51588
--- /dev/null
+++ b/include/asm-generic/platform-feature.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_GENERIC_PLATFORM_FEATURE_H
+#define _ASM_GENERIC_PLATFORM_FEATURE_H
+
+/* Number of arch specific feature flags. */
+#define PLATFORM_ARCH_FEAT_N 0
+
+#endif /* _ASM_GENERIC_PLATFORM_FEATURE_H */