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++/pipeline.h | |
parent | 736b295100ce441e800457bcbd08cb36db543ff2 (diff) |
kms++: organize into subdirs
Diffstat (limited to 'kms++/pipeline.h')
-rw-r--r-- | kms++/pipeline.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kms++/pipeline.h b/kms++/pipeline.h deleted file mode 100644 index ef04ec1..0000000 --- a/kms++/pipeline.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "decls.h" - -namespace kms -{ -struct Pipeline { - Crtc* crtc; - Connector* connector; -}; -} |