mirror of
https://github.com/simh/simh.git
synced 2026-01-27 12:32:24 +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:
@@ -89,7 +89,8 @@ Internal routines:
|
||||
#include "sim_disk.h"
|
||||
#include "sim_ether.h"
|
||||
#include "sim_scsi.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "sim_scp_private.h"
|
||||
|
||||
#define DKUF_F_AUTO 0 /* Auto detect format format */
|
||||
#define DKUF_F_STD 1 /* SIMH format */
|
||||
@@ -7880,8 +7881,6 @@ return r;
|
||||
|
||||
/* disk testing */
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
struct disk_test_coverage {
|
||||
t_lba total_sectors;
|
||||
uint32 max_xfer_size;
|
||||
|
||||
Reference in New Issue
Block a user