summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/entropy.h
blob: 7accea33f6e8db797a7abb3c831a98c8db665de2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */