14 lines
163 B
C
14 lines
163 B
C
#ifndef DEFS_H__
|
|
#define DEFS_H__
|
|
|
|
#define NULL ((void *)0)
|
|
|
|
#define NCPU 1
|
|
#define NPROC 64
|
|
#define NOFILE 16
|
|
|
|
|
|
#define SERIAL_TX_BUF_SIZE 32
|
|
|
|
|
|
#endif |