summaryrefslogtreecommitdiffstats
path: root/cpukit/libdrvmgr/drvmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdrvmgr/drvmgr.h')
-rw-r--r--cpukit/libdrvmgr/drvmgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libdrvmgr/drvmgr.h b/cpukit/libdrvmgr/drvmgr.h
index a8e1c8c311..cb8f4a5f5a 100644
--- a/cpukit/libdrvmgr/drvmgr.h
+++ b/cpukit/libdrvmgr/drvmgr.h
@@ -140,7 +140,7 @@ struct drvmgr_bus_ops {
int (*int_unmask)(struct drvmgr_dev *, int index);
#ifdef RTEMS_SMP
int (*int_set_affinity)(struct drvmgr_dev *, int index,
- Processor_mask cpus);
+ const Processor_mask *cpus);
#endif
/* Get Parameters */
@@ -645,7 +645,7 @@ extern int drvmgr_interrupt_mask(
extern int drvmgr_interrupt_set_affinity(
struct drvmgr_dev *dev,
int index,
- Processor_mask cpus);
+ const Processor_mask *cpus);
#endif
/*! drvmgr_translate() translation options */