SystemAgent/include/user_common.h

6 lines
80 B
C

#ifndef USER_COMMON_H
#define USER_COMMON_H
#define UNUSED(x) (void)(x)
#endif