http://git.etherboot.org
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Placeholder for TLS insertion
[gpxe.git]
/
src
/
include
/
gpxe
/
tls.h
1
#ifndef _GPXE_TLS_H
2
#define _GPXE_TLS_H
3
4
#include <errno.h>
5
6
struct stream_application;
7
8
static inline int add_tls ( struct stream_application *app __unused ) {
9
return -ENOTSUP;
10
}
11
12
#endif /* _GPXE_TLS_H */