| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2007 Jiri Kosina |
|---|
| 3 | | - */ |
|---|
| 4 | | -/* |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 6 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 7 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 8 | | - * |
|---|
| 9 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 10 | | - * this program; if not, write to the Free Software Foundation, Inc., |
|---|
| 11 | | - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
|---|
| 12 | 4 | */ |
|---|
| 13 | 5 | #ifndef _HIDRAW_H |
|---|
| 14 | 6 | #define _HIDRAW_H |
|---|