~ubuntu-branches/debian/sid/trinity/sid

« back to all changes in this revision

Viewing changes to ioctls/drm.c

  • Committer: Package Import Robot
  • Author(s): gustavo panizzo
  • Date: 2014-01-17 21:10:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140117211015-k2qbnpu0osa5mlil
Tags: 1.3-1
* New upstream version 1.3.
* Removed wrong dependency on linux-headers. (Closes: #733771).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <drm/radeon_drm.h>
18
18
#include <drm/savage_drm.h>
19
19
 
20
 
#include "trinity.h"
21
20
#include "ioctls.h"
 
21
#include "utils.h"
22
22
 
23
23
/* Copy-paste relevant stuff from header, as it is buggy. */
24
24
/* #include <drm/sis_drm.h> */