http://git.etherboot.org
/
people
/
cooldavid
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[legal] Add a selection of FILE_LICENCE declarations
[people/cooldavid/gpxe.git]
/
src
/
include
/
gpxe
/
aes.h
1
#ifndef _GPXE_AES_H
2
#define _GPXE_AES_H
3
4
FILE_LICENCE ( GPL2_OR_LATER );
5
6
struct cipher_algorithm;
7
8
extern struct cipher_algorithm aes_cbc_algorithm;
9
10
#endif /* _GPXE_AES_H */