aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include/bits/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/bits/entropy.h')
-rw-r--r--src/arch/x86/include/bits/entropy.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/arch/x86/include/bits/entropy.h b/src/arch/x86/include/bits/entropy.h
deleted file mode 100644
index 7accea3..0000000
--- a/src/arch/x86/include/bits/entropy.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _BITS_ENTROPY_H
-#define _BITS_ENTROPY_H
-
-/** @file
- *
- * x86-specific entropy API implementations
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
-#include <ipxe/rtc_entropy.h>
-#include <ipxe/rdrand.h>
-
-#endif /* _BITS_ENTROPY_H */