Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 Russell King |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | */ |
| 8 | #ifndef ARMADA_IOCTLP_H |
| 9 | #define ARMADA_IOCTLP_H |
| 10 | |
| 11 | #define ARMADA_IOCTL_PROTO(name)\ |
| 12 | extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *) |
| 13 | |
| 14 | ARMADA_IOCTL_PROTO(gem_create); |
| 15 | ARMADA_IOCTL_PROTO(gem_mmap); |
| 16 | ARMADA_IOCTL_PROTO(gem_pwrite); |
| 17 | |
| 18 | #endif |