view osdep/shmem.h @ 24789:f6b881513502

Simplify handling SET_NORM for V4l1: replace several if-else-if and switch statements with one lookup table;
author voroshil
date Sat, 20 Oct 2007 11:46:15 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);