Loading...
Note: File does not exist in v3.1.
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (c) 2015 MediaTek Inc.
4 */
5
6#ifndef MTK_DRM_FB_H
7#define MTK_DRM_FB_H
8
9struct drm_framebuffer *mtk_drm_mode_fb_create(struct drm_device *dev,
10 struct drm_file *file,
11 const struct drm_mode_fb_cmd2 *cmd);
12
13#endif /* MTK_DRM_FB_H */