diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-04-24 06:19:54 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-04-24 06:19:54 +0000 |
commit | 01178567ebc428fcf8eb53a62b5ca9c449980491 (patch) | |
tree | a43c915a8e287d0eb44cab14562417b9950dd9cd /bsd/drm_ioctl.h | |
parent | c6d2af70cb30a5cc65aebae2637313158a95346e (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.h | 6 |
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; +} |