]>
Commit | Line | Data |
---|---|---|
1da177e4 | 1 | /********************************************************************* |
6819bc2e | 2 | * |
1da177e4 LT |
3 | * Filename: irmod.c |
4 | * Version: 0.9 | |
5 | * Description: IrDA stack main entry points | |
6 | * Status: Experimental. | |
7 | * Author: Dag Brattli <[email protected]> | |
8 | * Created at: Mon Dec 15 13:55:39 1997 | |
9 | * Modified at: Wed Jan 5 15:12:41 2000 | |
10 | * Modified by: Dag Brattli <[email protected]> | |
6819bc2e | 11 | * |
1da177e4 LT |
12 | * Copyright (c) 1997, 1999-2000 Dag Brattli, All Rights Reserved. |
13 | * Copyright (c) 2000-2004 Jean Tourrilhes <[email protected]> | |
6819bc2e YH |
14 | * |
15 | * This program is free software; you can redistribute it and/or | |
16 | * modify it under the terms of the GNU General Public License as | |
17 | * published by the Free Software Foundation; either version 2 of | |
1da177e4 | 18 | * the License, or (at your option) any later version. |
6819bc2e | 19 | * |
1da177e4 | 20 |