/* Public domain. */

#ifndef _LINUX_SEMAPHORE_H
#define _LINUX_SEMAPHORE_H

struct semaphore {
};

#endif
