Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2008-2011, Intel Corporation
0004  *
0005  * Authors:
0006  *      Eric Anholt <eric@anholt.net>
0007  */
0008 
0009 #ifndef _FRAMEBUFFER_H_
0010 #define _FRAMEBUFFER_H_
0011 
0012 #include "psb_drv.h"
0013 
0014 extern int gma_connector_clones(struct drm_device *dev, int type_mask);
0015 
0016 #endif
0017