diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-04-14 10:56:20 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-04-14 11:37:38 +0100 |
commit | eb2252fd7a580a625d426562b9498f28226a75e7 (patch) | |
tree | 24eb36a5ade629664d3a6c9921f0c5e9bf6abdb8 /src/include/ipxe/entropy.h | |
parent | 452aa157be724e92d73aceee80874c2dfff9708b (diff) | |
download | ipxe-eb2252fd7a580a625d426562b9498f28226a75e7.tar.gz |
[efi] Add EFI entropy source
Originally-implemented-by: Jarrod Johnson <jbjohnso@us.ibm.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/entropy.h')
-rw-r--r-- | src/include/ipxe/entropy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/entropy.h b/src/include/ipxe/entropy.h index a9dcb29cb..beeb3abfa 100644 --- a/src/include/ipxe/entropy.h +++ b/src/include/ipxe/entropy.h @@ -54,6 +54,7 @@ typedef uint8_t entropy_sample_t; /* Include all architecture-independent entropy API headers */ #include <ipxe/null_entropy.h> +#include <ipxe/efi/efi_entropy.h> #include <ipxe/linux/linux_entropy.h> /* Include all architecture-dependent entropy API headers */ |