summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/include/bits/entropy.h
blob: bfeb5e3b59fb233163c037e2d6dcf665c7de2a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _BITS_ENTROPY_H
#define _BITS_ENTROPY_H

/** @file
 *
 * i386-specific entropy API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/rtc_entropy.h>

#endif /* _BITS_ENTROPY_H */