annotate osdep/shmem.h @ 9892:f6d1df877e89

i420 fixed, needs some testing
author alex
date Wed, 09 Apr 2003 17:09:20 +0000
parents edfe34c5405d
children 3c856c0fc45e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 void* shmem_alloc(int size);
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3 void shmem_free(void* p);
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4