| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | |
|---|
| 3 | 4 | bt8xx GPIO abuser |
|---|
| .. | .. |
|---|
| 28 | 29 | Copyright (C) 2005, 2006 Michael H. Schimek |
|---|
| 29 | 30 | Sponsored by OPQ Systems AB |
|---|
| 30 | 31 | |
|---|
| 31 | | - This program is free software; you can redistribute it and/or modify |
|---|
| 32 | | - it under the terms of the GNU General Public License as published by |
|---|
| 33 | | - the Free Software Foundation; either version 2 of the License, or |
|---|
| 34 | | - (at your option) any later version. |
|---|
| 35 | | - |
|---|
| 36 | | - This program is distributed in the hope that it will be useful, |
|---|
| 37 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 38 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 39 | | - GNU General Public License for more details. |
|---|
| 40 | | - |
|---|
| 41 | | - You should have received a copy of the GNU General Public License |
|---|
| 42 | | - along with this program; if not, write to the Free Software |
|---|
| 43 | | - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|---|
| 44 | 32 | */ |
|---|
| 45 | 33 | |
|---|
| 46 | 34 | #include <linux/module.h> |
|---|