/arch/um/drivers/ssl.h
https://bitbucket.org/cresqo/cm7-p500-kernel · C Header · 13 lines · 5 code · 4 blank · 4 comment · 0 complexity · 26bdd651f2ca64a2529567bbc31df125 MD5 · raw file
- /*
- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
- #ifndef __SSL_H__
- #define __SSL_H__
- extern int ssl_read(int fd, int line);
- extern void ssl_receive_char(int line, char ch);
- #endif