diff options
Diffstat (limited to 'roms/ipxe/src/arch/x86_64/include/bits/entropy.h')
-rw-r--r-- | roms/ipxe/src/arch/x86_64/include/bits/entropy.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/ipxe/src/arch/x86_64/include/bits/entropy.h b/roms/ipxe/src/arch/x86_64/include/bits/entropy.h new file mode 100644 index 00000000..9c64c833 --- /dev/null +++ b/roms/ipxe/src/arch/x86_64/include/bits/entropy.h @@ -0,0 +1,12 @@ +#ifndef _BITS_ENTROPY_H +#define _BITS_ENTROPY_H + +/** @file + * + * x86_64-specific entropy API implementations + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#endif /* _BITS_ENTROPY_H */ |