![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (C) 2012 Russell King 0004 */ 0005 #ifndef ARMADA_IOCTLP_H 0006 #define ARMADA_IOCTLP_H 0007 0008 #define ARMADA_IOCTL_PROTO(name)\ 0009 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *) 0010 0011 ARMADA_IOCTL_PROTO(gem_create); 0012 ARMADA_IOCTL_PROTO(gem_mmap); 0013 ARMADA_IOCTL_PROTO(gem_pwrite); 0014 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |