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

#endif /* _BITS_ENTROPY_H */