diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-11 21:46:24 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-11 21:46:24 +0300 |
commit | 9916712a62169606d845510028a3ea6f84bd442f (patch) | |
tree | aca4e1bec39500812111c43a8ecee862edae0002 /kms++/helpers.h | |
parent | 736b295100ce441e800457bcbd08cb36db543ff2 (diff) |
kms++: organize into subdirs
Diffstat (limited to 'kms++/helpers.h')
-rw-r--r-- | kms++/helpers.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kms++/helpers.h b/kms++/helpers.h deleted file mode 100644 index 4eb597c..0000000 --- a/kms++/helpers.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once - -#include <xf86drm.h> -#include <xf86drmMode.h> - -namespace kms -{ -struct Videomode; - -Videomode drm_mode_to_video_mode(const drmModeModeInfo& drmmode); -drmModeModeInfo video_mode_to_drm_mode(const Videomode& mode); -} |