summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/config/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/ipxe/src/config/entropy.h')
-rw-r--r--qemu/roms/ipxe/src/config/entropy.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/qemu/roms/ipxe/src/config/entropy.h b/qemu/roms/ipxe/src/config/entropy.h
new file mode 100644
index 000000000..7de2f6737
--- /dev/null
+++ b/qemu/roms/ipxe/src/config/entropy.h
@@ -0,0 +1,16 @@
+#ifndef CONFIG_ENTROPY_H
+#define CONFIG_ENTROPY_H
+
+/** @file
+ *
+ * Entropy API configuration
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#include <config/defaults.h>
+
+#include <config/local/entropy.h>
+
+#endif /* CONFIG_ENTROPY_H */