diff options
Diffstat (limited to 'i386/i386at/com.h')
-rw-r--r-- | i386/i386at/com.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/i386/i386at/com.h b/i386/i386at/com.h index 779cdba8..a415488c 100644 --- a/i386/i386at/com.h +++ b/i386/i386at/com.h @@ -60,16 +60,16 @@ void comattach(struct bus_device *dev); extern io_return_t comgetstat( dev_t dev, - int flavor, - int *data, - natural_t *count); + dev_flavor_t flavor, + dev_status_t data, + mach_msg_type_number_t *count); extern io_return_t comsetstat( dev_t dev, - int flavor, - int *data, - natural_t count); + dev_flavor_t flavor, + dev_status_t data, + mach_msg_type_number_t count); #if MACH_KDB extern void kdb_kintr(void); |