blob: fdc9cf16b9f3b89c0ab71d6402781780e167f73e [file] [log] [blame]
/*
* PDP Desktop Graphics Framebuffer
*
* Copyright (c) 2008 Imagination Technologies Ltd.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#ifndef _PDPFB_GFX_H
#define _PDPFB_GFX_H
#include "pdpfb.h"
struct pdpfb_stream *pdpfb_gfx_get_stream(void);
#endif