You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
235 B

/**
* @file semaphore.h
* @author Maximilian Stiefel
* @date 8 Jan 2018
* @brief Mechanisms to prevent race conditions for the operating system.
*/
#ifndef OS_SEMAPHORE_H_
#define OS_SEMAPHORE_H_
#endif /* OS_SEMAPHORE_H_ */