ReactOS 0.4.15-dev-7928-g68a8619
param.h File Reference
#include <schily/mconfig.h>
#include <schily/types.h>
#include <schily/limits.h>
#include <schily/unistd.h>
Include dependency graph for param.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NBBY   8 /* Number of bits per byte */
 
#define DEV_BSIZE   512 /* UNIX Device Block size */
 
#define NODEV   ((dev_t)-1L)
 
#define HZ   100
 
#define NZERO   20
 

Macro Definition Documentation

◆ DEV_BSIZE

#define DEV_BSIZE   512 /* UNIX Device Block size */

Definition at line 50 of file param.h.

◆ HZ

#define HZ   100

Definition at line 64 of file param.h.

◆ NBBY

#define NBBY   8 /* Number of bits per byte */

Definition at line 46 of file param.h.

◆ NODEV

#define NODEV   ((dev_t)-1L)

Definition at line 57 of file param.h.

◆ NZERO

#define NZERO   20

Definition at line 73 of file param.h.