blob: 2fbba4b48841667de719eee83b20001b479870b1 [file] [log] [blame]
Thomas Gleixnera61127c2019-05-29 16:57:49 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Alan Cox4d8d0962011-11-03 18:21:20 +00002/*
3 * Copyright (c) 2008-2011, Intel Corporation
4 *
Alan Cox4d8d0962011-11-03 18:21:20 +00005 * Authors:
6 * Eric Anholt <eric@anholt.net>
Alan Cox4d8d0962011-11-03 18:21:20 +00007 */
8
9#ifndef _FRAMEBUFFER_H_
10#define _FRAMEBUFFER_H_
11
Alan Cox4d8d0962011-11-03 18:21:20 +000012#include "psb_drv.h"
13
Patrik Jakobssona3d5d752013-07-22 17:05:25 +020014extern int gma_connector_clones(struct drm_device *dev, int type_mask);
Alan Cox4d8d0962011-11-03 18:21:20 +000015
16#endif
17