Changeset 99cac86 in buchla-68k for include


Ignore:
Timestamp:
07/16/2017 11:27:12 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d60f436
Parents:
ea232f9
Message:

Simplify kind handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/io.h

    rea232f9 r99cac86  
    3434        int16_t d_seek;         /* seek routine code */
    3535        devop   d_open;         /* special open function */
     36        int16_t d_kind;         /* kind of device */
    3637};
    3738
     
    4041        int8_t  *d_name;        /* device name */
    4142        struct  device  *d_dev; /* pointer to device structure */
    42         io_arg  d_arg;          /* argument to device driver */
    43         int16_t d_kind;         /* kind of device */
    4443};
Note: See TracChangeset for help on using the changeset viewer.