mirror of
https://github.com/simh/simh.git
synced 2026-02-23 15:43:15 +00:00
SCP: Fold up include files used by all simulators
- Add common system includes used in may places which are allowed and thus added directly in sim_defs.h. - Separate completely private system data structures and system APIs for use only by SCP library routines into sim_scp_private.h.
This commit is contained in:
@@ -125,11 +125,10 @@
|
||||
|
||||
|
||||
#include "sim_defs.h"
|
||||
#include "sim_scp_private.h"
|
||||
#include "sim_serial.h"
|
||||
#include "sim_tmxr.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#define SER_DEV_NAME_MAX 256 /* maximum device name size */
|
||||
#define SER_DEV_DESC_MAX 256 /* maximum device description size */
|
||||
#define SER_DEV_CONFIG_MAX 64 /* maximum device config size */
|
||||
|
||||
Reference in New Issue
Block a user