00001
00002
00012
00013
00014
00015
00016
00017 #ifndef _L4CON_L4CON_PSLIM_H
00018 #define _L4CON_L4CON_PSLIM_H
00019
00020
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