| .. | .. |
|---|
| 1 | | -/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | +/* SPDX-License-Identifier: MIT */ |
|---|
| 2 | 2 | #ifndef __NOUVEAU_ABI16_H__ |
|---|
| 3 | 3 | #define __NOUVEAU_ABI16_H__ |
|---|
| 4 | 4 | |
|---|
| .. | .. |
|---|
| 6 | 6 | struct drm_device *dev, void *data, struct drm_file *file_priv |
|---|
| 7 | 7 | |
|---|
| 8 | 8 | int nouveau_abi16_ioctl_getparam(ABI16_IOCTL_ARGS); |
|---|
| 9 | | -int nouveau_abi16_ioctl_setparam(ABI16_IOCTL_ARGS); |
|---|
| 10 | 9 | int nouveau_abi16_ioctl_channel_alloc(ABI16_IOCTL_ARGS); |
|---|
| 11 | 10 | int nouveau_abi16_ioctl_channel_free(ABI16_IOCTL_ARGS); |
|---|
| 12 | 11 | int nouveau_abi16_ioctl_grobj_alloc(ABI16_IOCTL_ARGS); |
|---|