Changed taskParams to task_params

This commit is contained in:
Marty Kraimer
1991-06-20 08:37:36 +00:00
parent 53c1e48e55
commit 307de82412
2 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@
#include <dbDefs.h>
#include <db_access.h>
#include <dbCommon.h>
#include <taskParams.h>
#include <task_params.h>
/* function declarations */

View File

@@ -182,7 +182,7 @@
#include <devSup.h>
#include <link.h>
#include <interruptEvent.h>
#include <taskParams.h>
#include <task_params.h>
#include <module_types.h>
#include <fast_lock.h>
@@ -925,7 +925,7 @@ register short lists;
short scan_type;
short phase;
short event;
register short status;
long status;
/* get the list on which this record belongs */
scan_type = precord->scan;
@@ -1595,7 +1595,7 @@ short *pcard_number;
if((precord->dset == NULL) ||(precord->dset->get_ioint_info == NULL ))
return(S_dev_noDevSup);
status=(*precord->dset->get_ioint_info)
(paddr,pio_type,pcard_type,pcard_number);
(precord,pio_type,pcard_type,pcard_number);
return(status);
}