VSF Documented
param.h
Go to the documentation of this file.
1#ifndef __VSF_LINUX_SYS_PARAM_H__
2#define __VSF_LINUX_SYS_PARAM_H__
3
5
6#if VSF_LINUX_CFG_RELATIVE_PATH == ENABLED
7# include "../linux/limits.h"
8#else
9# include <linux/limits.h>
10#endif
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16#define MIN(a, b) (((a) < (b)) ? (a) : (b))
17#define MAX(a, b) (((a) > (b)) ? (a) : (b))
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif // __VSF_LINUX_EVENTFD_H__
Generated from commit: vsfteam/vsf@c3767bf