Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Copyright (C) 2020 Unisoc Inc.
 4 */
 5
 6#ifndef _SPRD_DRM_H_
 7#define _SPRD_DRM_H_
 8
 9#include <drm/drm_atomic.h>
10#include <drm/drm_print.h>
11
12struct sprd_drm {
13	struct drm_device drm;
14};
15
16extern struct platform_driver sprd_dpu_driver;
17extern struct platform_driver sprd_dsi_driver;
18
19#endif /* _SPRD_DRM_H_ */