| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are |
|---|
| 3 | 4 | * created for each DLCI associated with a FRAD. The FRAD driver |
|---|
| .. | .. |
|---|
| 14 | 15 | * 0.15 Mike McLagan changed structure defs (packed) |
|---|
| 15 | 16 | * re-arranged flags |
|---|
| 16 | 17 | * added DLCI_RET vars |
|---|
| 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 |
|---|
| 20 | | - * as published by the Free Software Foundation; either version |
|---|
| 21 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 22 | 18 | */ |
|---|
| 23 | 19 | #ifndef _FRAD_H_ |
|---|
| 24 | 20 | #define _FRAD_H_ |
|---|