diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/aes.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gpxe/aes.h b/src/include/gpxe/aes.h new file mode 100644 index 000000000..75cb4c44e --- /dev/null +++ b/src/include/gpxe/aes.h @@ -0,0 +1,8 @@ +#ifndef _GPXE_AES_H +#define _GPXE_AES_H + +struct crypto_algorithm; + +extern struct crypto_algorithm aes_algorithm; + +#endif /* _GPXE_AES_H */ |
