]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
1 | /********************************************************************* |
2 | * | |
3 | * Filename: irtty-sir.c | |
4 | * Version: 2.0 | |
5 | * Description: IrDA line discipline implementation | |
6 | * Status: Experimental. | |
7 | * Author: Dag Brattli <[email protected]> | |
8 | * Created at: Tue Dec 9 21:18:38 1997 | |
9 | * Modified at: Sun Oct 27 22:13:30 2002 | |
10 | * Modified by: Martin Diehl <[email protected]> | |
11 | * Sources: slip.c by Laurence Culhane, <[email protected]> | |
12 | * Fred N. van Kempen, <[email protected]> | |
13 | * | |
14 | * Copyright (c) 1998-2000 Dag Brattli, | |
15 | * Copyright (c) 2002 Martin Diehl, | |
16 | * All Rights Reserved. | |
17 | * | |
18 | * This program is free software; you can redistribute it and/or | |
19 | * modify it under the terms of the GNU General Public License as | |
20 | * published by the Free Software Foundation; either version 2 of | |
21 | * the License, or (at your option) any later version. | |
22 | * | |
23 |