MythTV
master
|
#include <QString>
#include "libmythui/mythuiexp.h"
#include <xf86drm.h>
#include <xf86drmMode.h>
#include <map>
#include <array>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | MythDRMResources |
A simple wrapper around a drmModeResPtr that ensures proper cleanup. More... | |
Typedefs | |
using | DRMArray = std::array< uint32_t, 4 > |
using DRMArray = std::array<uint32_t,4> |
Definition at line 22 of file mythdrmresources.h.