I think we might have some use for a do_ioctl_expected_errno or some
such thing. But that's for later.
Cc: Brad Volkin <bradley.d.volkin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
-#include "drm.h"
-#include "i915_drm.h"
+#include <errno.h>
+
+#include <drm.h>
+
#include "drmtest.h"
+#include "ioctl_wrappers.h"
#ifndef I915_PARAM_CMD_PARSER_VERSION
#define I915_PARAM_CMD_PARSER_VERSION 28