repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
davinci: Add NOR flash support for da850/omap-l138
[linux-ginger.git]
/
arch
/
um
/
drivers
/
ssl.h
blob
314d17725ce6b1c2892ce29f868118af6ddadde4
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
9
extern
int
ssl_read
(
int
fd
,
int
line
);
10
extern
void
ssl_receive_char
(
int
line
,
char
ch
);
11
12
#endif
13