2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-26 00:03:28 +00:00
Files
xNBA/src/include/gpxe/aes.h
2007-01-31 18:09:20 +00:00

9 lines
139 B
C

#ifndef _GPXE_AES_H
#define _GPXE_AES_H
struct crypto_algorithm;
extern struct crypto_algorithm aes_algorithm;
#endif /* _GPXE_AES_H */