Main Page   File List  

l4con_pslim.h

Go to the documentation of this file.
00001 /* $Id: l4con_pslim.h 22364 2005-09-26 16:41:20Z fm3 $ */
00002 
00012 /* (c) 2003 'Technische Universitaet Dresden'
00013  * This file is part of the con package, which is distributed under
00014  * the terms of the GNU General Public License 2. Please see the
00015  * COPYING file for details. */
00016 
00017 #ifndef _L4CON_L4CON_PSLIM_H
00018 #define _L4CON_L4CON_PSLIM_H
00019 
00020 /* L4 includes */
00021 #include <l4/sys/types.h>
00022 
00027 #define pSLIM_BMAP_START_MSB    0x02    
00030 #define pSLIM_BMAP_START_LSB    0x01    
00032 
00033 
00037 #define pSLIM_CSCS_PLN_I420     0x01    
00038 #define pSLIM_CSCS_PLN_YV12     0x02    
00039 #define pSLIM_CSCS_PCK_YUY2     0x81    
00040 #define pSLIM_CSCS_PCK_Y211     0x82    
00042 
00043 
00044 typedef struct pslim_rect 
00045 {
00046   l4_int16_t  x;        
00047   l4_int16_t  y;        
00048   l4_uint16_t w;        
00049   l4_uint16_t h;        
00050 } l4con_pslim_rect_t;
00051 
00053 typedef l4_uint32_t l4con_pslim_color_t;  
00055 #endif /* !_L4CON_L4CON_PSLIM_H */

DROPS Console User Manual, part of DROPS  © 2000-2003