blob: 53a85fcb6522c2266b0a07da1e76ad0062e7cf71 [file] [log] [blame]
#ifndef __SHAREDMEM_H
#define __SHAREDMEM_H
void setup_shm(unsigned char dumb_mode);
void remove_shm(void);
#endif