1a61127c2SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */ 24d8d096eSAlan Cox /* 34d8d096eSAlan Cox * Copyright (c) 2008-2011, Intel Corporation 44d8d096eSAlan Cox * 54d8d096eSAlan Cox * Authors: 64d8d096eSAlan Cox * Eric Anholt <eric@anholt.net> 74d8d096eSAlan Cox */ 84d8d096eSAlan Cox 94d8d096eSAlan Cox #ifndef _FRAMEBUFFER_H_ 104d8d096eSAlan Cox #define _FRAMEBUFFER_H_ 114d8d096eSAlan Cox 124d8d096eSAlan Cox #include "psb_drv.h" 134d8d096eSAlan Cox 14a3d5d75fSPatrik Jakobsson extern int gma_connector_clones(struct drm_device *dev, int type_mask); 154d8d096eSAlan Cox 164d8d096eSAlan Cox #endif 174d8d096eSAlan Cox 18