14 lines
313 B
C
14 lines
313 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2015 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef MTK_DRM_FB_H
|
|
#define MTK_DRM_FB_H
|
|
|
|
struct drm_framebuffer *mtk_drm_mode_fb_create(struct drm_device *dev,
|
|
struct drm_file *file,
|
|
const struct drm_mode_fb_cmd2 *cmd);
|
|
|
|
#endif /* MTK_DRM_FB_H */
|