#ifndef SURFACE_H #define SURFACE_H #include "doomdev.h" int new_surface(struct file *filp, struct doomdev_ioctl_create_surface *params); #endif