summaryrefslogtreecommitdiff
path: root/bsd/drm_ioctl.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-04-24 06:19:54 +0000
committerEric Anholt <anholt@freebsd.org>2003-04-24 06:19:54 +0000
commit01178567ebc428fcf8eb53a62b5ca9c449980491 (patch)
treea43c915a8e287d0eb44cab14562417b9950dd9cd /bsd/drm_ioctl.h
parentc6d2af70cb30a5cc65aebae2637313158a95346e (diff)
Remove more gamma DMA code. This isn't all of it, but it's a major portion.
Diffstat (limited to 'bsd/drm_ioctl.h')
-rw-r--r--bsd/drm_ioctl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bsd/drm_ioctl.h b/bsd/drm_ioctl.h
index bf0083d9..1e2771e9 100644
--- a/bsd/drm_ioctl.h
+++ b/bsd/drm_ioctl.h
@@ -230,3 +230,9 @@ int DRM(getstats)( DRM_IOCTL_ARGS )
return 0;
}
+
+int DRM(noop)(DRM_IOCTL_ARGS)
+{
+ DRM_DEBUG("\n");
+ return 0;
+}