Files
ipxe/src/include/gpxe/tls.h
T
2007-01-31 03:47:42 +00:00

13 lines
207 B
C

#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 */