summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/include/bits/entropy.h
blob: 6dcceec6d6be7c76983516217b0035aa0c8b26e7 (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 );

#include <ipxe/rtc_entropy.h>

#endif /* _BITS_ENTROPY_H */