Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / include / initcall.h
diff --git a/qemu/roms/u-boot/include/initcall.h b/qemu/roms/u-boot/include/initcall.h
new file mode 100644 (file)
index 0000000..2378077
--- /dev/null
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2011 The Chromium OS Authors.
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+typedef int (*init_fnc_t)(void);
+
+int initcall_run_list(init_fnc_t init_sequence[]);