1 /* Public domain. */ 2 3 #ifndef _LINUX_SEMAPHORE_H 4 #define _LINUX_SEMAPHORE_H 5 6 struct semaphore { 7 }; 8 9 #endif 10