--- Gnu-Mach/device/conf.h 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/device/conf.h 2020/09/02 04:45:30 1.1.1.2 @@ -108,7 +108,7 @@ extern int dev_indirect_count; /* * Exported routine to set indirection. */ -extern void dev_set_indirect(); +extern void dev_set_indirect(char *, dev_ops_t, int); #endif /* _DEVICE_CONF_H_ */