summaryrefslogblamecommitdiffstats
path: root/src/include/gpxe/tls.h
blob: 19ab9801e614d8bad7c3ef01f4a353bf8264a954 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                       
#ifndef _GPXE_TLS_H
#define _GPXE_TLS_H

#include <errno.h>

struct stream_application;

static inline int add_tls ( struct stream_application *app __unused ) {
	return -ENOTSUP;
}

#endif /* _GPXE_TLS_H */