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#ifdef __cplusplus
17}
18#endif
19
20#endif // __VSF_LINUX_EVENTFD_H__