mirror of
https://github.com/xcat2/xNBA.git
synced 2026-05-14 18:34:11 +00:00
c44a193d0d
Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
11 lines
176 B
C
11 lines
176 B
C
#ifndef _GPXE_AES_H
|
|
#define _GPXE_AES_H
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
|
|
|
struct cipher_algorithm;
|
|
|
|
extern struct cipher_algorithm aes_cbc_algorithm;
|
|
|
|
#endif /* _GPXE_AES_H */
|