1 /*
2    TI Davinci driver - VID1 FB Memory for direct UYVY mode
3 
4    (c) Copyright 2007  Telio AG
5 
6    Written by Denis Oliver Kropp <dok@directfb.org>
7 
8    Code is derived from VMWare driver.
9 
10    (c) Copyright 2001-2009  The world wide DirectFB Open Source Community (directfb.org)
11    (c) Copyright 2000-2004  Convergence (integrated media) GmbH
12 
13    All rights reserved.
14 
15    This library is free software; you can redistribute it and/or
16    modify it under the terms of the GNU Lesser General Public
17    License as published by the Free Software Foundation; either
18    version 2 of the License, or (at your option) any later version.
19 
20    This library is distributed in the hope that it will be useful,
21    but WITHOUT ANY WARRANTY; without even the implied warranty of
22    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23    Lesser General Public License for more details.
24 
25    You should have received a copy of the GNU Lesser General Public
26    License along with this library; if not, write to the
27    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
28    Boston, MA 02111-1307, USA.
29 */
30 
31 #ifndef __DAVINCI_VIDEO_POOL_H__
32 #define __DAVINCI_VIDEO_POOL_H__
33 
34 #include <core/surface_pool.h>
35 
36 extern const SurfacePoolFuncs davinciVideoSurfacePoolFuncs;
37 
38 #endif
39 
40