| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | #ifndef _LMC_IOCTL_H_ |
|---|
| 2 | 3 | #define _LMC_IOCTL_H_ |
|---|
| 3 | 4 | /* $Id: lmc_ioctl.h,v 1.15 2000/04/06 12:16:43 asj Exp $ */ |
|---|
| .. | .. |
|---|
| 11 | 12 | * Rob Braun (bbraun@vix.com), |
|---|
| 12 | 13 | * Michael Graff (explorer@vix.com) and |
|---|
| 13 | 14 | * Matt Thomas (matt@3am-software.com). |
|---|
| 14 | | - * |
|---|
| 15 | | - * This software may be used and distributed according to the terms |
|---|
| 16 | | - * of the GNU General Public License version 2, incorporated herein by reference. |
|---|
| 17 | 15 | */ |
|---|
| 18 | 16 | |
|---|
| 19 | 17 | #define LMCIOCGINFO SIOCDEVPRIVATE+3 /* get current state */ |
|---|