| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /**************************************************************************** |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Filename: cpia2.h |
|---|
| .. | .. |
|---|
| 11 | 12 | * |
|---|
| 12 | 13 | * This driver is modelled on the cpia usb driver by |
|---|
| 13 | 14 | * Jochen Scharrlach and Johannes Erdfeldt. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 16 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 17 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 18 | | - * (at your option) any later version. |
|---|
| 19 | | - * |
|---|
| 20 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 21 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 22 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 23 | | - * GNU General Public License for more details. |
|---|
| 24 | 15 | * |
|---|
| 25 | 16 | ****************************************************************************/ |
|---|
| 26 | 17 | |
|---|
| .. | .. |
|---|
| 350 | 341 | }; |
|---|
| 351 | 342 | |
|---|
| 352 | 343 | struct framebuf { |
|---|
| 353 | | - struct timeval timestamp; |
|---|
| 344 | + u64 ts; |
|---|
| 354 | 345 | unsigned long seq; |
|---|
| 355 | 346 | int num; |
|---|
| 356 | 347 | int length; |
|---|