vkms_drv.h 264 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef _VKMS_DRV_H_
#define _VKMS_DRV_H_

#include <drm/drm_simple_kms_helper.h>

struct vkms_device {
	struct drm_device drm;
	struct platform_device *platform;
	struct drm_simple_display_pipe pipe;
	struct drm_connector connector;
};

#endif /* _VKMS_DRV_H_ */