Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
sys
syslimits.h
Go to the documentation of this file.
1
4
#ifndef __SYSLIMITS_H__
5
#define __SYSLIMITS_H__
6
7
#include "kconfig.h"
8
9
#define PIPE_BUF _PIPE_BUF
10
#define NAME_MAX _NAME_MAX
11
#define PATH_MAX _PATH_MAX
12
#define OPEN_MAX _OPEN_MAX
13
#define LINE_MAX _LINE_MAX
14
15
#endif
Generated by
1.9.1