blob: 7accea33f6e8db797a7abb3c831a98c8db665de2 [file] [log] [blame]
#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 */