aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/drivers/ssl.h')
-rw-r--r--arch/um/drivers/ssl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/um/drivers/ssl.h b/arch/um/drivers/ssl.h
deleted file mode 100644
index 314d17725ce6..000000000000
--- a/arch/um/drivers/ssl.h
+++ /dev/null
@@ -1,13 +0,0 @@
1/*
2 * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
5
6#ifndef __SSL_H__
7#define __SSL_H__
8
9extern int ssl_read(int fd, int line);
10extern void ssl_receive_char(int line, char ch);
11
12#endif
13