m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/surface.h
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-18 14:26:35 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-18 14:26:35 +0200
commit8ee913ba680dc520abcf08140436029e0e493220 (patch)
treee4073b92a26ebe4c3280b0d5521f4a27aa13ae41 /surface.h
parentd7ac0204c65b576978354f3767e8a8f29211424d (diff)
Allocate dma buffer for surface
Diffstat (limited to 'surface.h')
-rw-r--r--surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/surface.h b/surface.h
index db9c80c..bd65b66 100644
--- a/surface.h
+++ b/surface.h
@@ -3,6 +3,6 @@
#include "doomdev.h"
-int new_surface(struct doomdev_ioctl_create_surface *params);
+int new_surface(struct file *filp, struct doomdev_ioctl_create_surface *params);
#endif