#ifndef __PSEM_POSIX_H__ #define __PSEM_POSIX_H__ #include struct psem { sem_t *sem; }; #endif /* __PSEM_POSIX_H__ */