mirror of
https://gitlab.com/qemu-project/ipxe.git
synced 2025-11-03 07:59:06 +08:00
13 lines
184 B
C
13 lines
184 B
C
#ifndef _BITS_ENTROPY_H
|
|
#define _BITS_ENTROPY_H
|
|
|
|
/** @file
|
|
*
|
|
* ARM-specific entropy API implementations
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
#endif /* _BITS_ENTROPY_H */
|