| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 3 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 4 | | - * published by the Free Software Foundation. |
|---|
| 5 | 3 | * |
|---|
| 6 | 4 | * h3600 atmel micro companion support, touchscreen subdevice |
|---|
| 7 | 5 | * Author : Alessandro Gardich <gremlin@gremlin.it> |
|---|
| 8 | 6 | * Author : Dmitry Artamonow <mad_soft@inbox.ru> |
|---|
| 9 | 7 | * Author : Linus Walleij <linus.walleij@linaro.org> |
|---|
| 10 | | - * |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | |
|---|
| 13 | 10 | #include <asm/byteorder.h> |
|---|