m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/surface.h
blob: bd65b66dc42e947b3e7a18c3511c1526137574aa (plain)
1
2
3
4
5
6
7
8
#ifndef SURFACE_H
#define SURFACE_H

#include "doomdev.h"

int new_surface(struct file *filp, struct doomdev_ioctl_create_surface *params);

#endif