[sundance] Add reset completion check
[gpxe.git] / src / include / gpxe / aes.h
blobbdb4b351e7775f50982482678f2515a58894efe0
1 #ifndef _GPXE_AES_H
2 #define _GPXE_AES_H
4 struct cipher_algorithm;
6 extern struct cipher_algorithm aes_cbc_algorithm;
8 #endif /* _GPXE_AES_H */