summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/bootm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/bootm.h')
-rw-r--r--arch/x86/include/asm/bootm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/x86/include/asm/bootm.h b/arch/x86/include/asm/bootm.h
new file mode 100644
index 0000000..033ab79
--- /dev/null
+++ b/arch/x86/include/asm/bootm.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2013, Google Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef ARM_BOOTM_H
+#define ARM_BOOTM_H
+
+void bootm_announce_and_cleanup(void);
+
+#endif