view linux/shmem.h @ 8272:b1c5460a8105

Implement volume setting functionality, original patch by Nguyen Kim <nguyenk@ie2.u-psud.fr>. Note that volume changing never worked on my system with NAS, but that seems to be a nasd problem which I did not try to track down yet...
author ranma
date Sun, 24 Nov 2002 23:13:15 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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