From a3695b1ff635939424808eec8f83d56754480a96 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 31 Jan 2007 03:47:42 +0000 Subject: Placeholder for TLS insertion --- src/include/gpxe/tls.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/include/gpxe/tls.h (limited to 'src/include') diff --git a/src/include/gpxe/tls.h b/src/include/gpxe/tls.h new file mode 100644 index 000000000..19ab9801e --- /dev/null +++ b/src/include/gpxe/tls.h @@ -0,0 +1,12 @@ +#ifndef _GPXE_TLS_H +#define _GPXE_TLS_H + +#include + +struct stream_application; + +static inline int add_tls ( struct stream_application *app __unused ) { + return -ENOTSUP; +} + +#endif /* _GPXE_TLS_H */ -- cgit v1.2.3-55-g7522