#ifndef PX_SEM_UTIL_H #define PX_SEM_UTIL_H #include "usg_common.h" #include "usg_typedef.h" namespace PXSemUtil { struct timespec calc_sem_timeout(const struct timespec *ts); } #endif