Files
neulacpu/laos/include/defs.h
2023-05-21 00:48:04 +08:00

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