Loading drivers/staging/dgnc/digi.h +47 −48 Original line number Diff line number Diff line Loading @@ -61,9 +61,9 @@ #define DIGI_PLEN 28 /* String length */ #define DIGI_TSIZ 10 /* Terminal string len */ /************************************************************************ /* * Structure used with ioctl commands for DIGI parameters. ************************************************************************/ */ struct digi_t { unsigned short digi_flags; /* Flags (see above) */ unsigned short digi_maxcps; /* Max printer CPS */ Loading @@ -76,9 +76,8 @@ struct digi_t { char digi_term[DIGI_TSIZ]; /* terminal string */ }; /************************************************************************ * Structure to get driver status information ************************************************************************/ /* Structure to get driver status information */ struct digi_dinfo { unsigned int dinfo_nboards; /* # boards configured */ char dinfo_reserved[12]; /* for future expansion */ Loading @@ -87,11 +86,11 @@ struct digi_dinfo { #define DIGI_GETDD (('d' << 8) | 248) /* get driver info */ /************************************************************************ /* * Structure used with ioctl commands for per-board information * * physsize and memsize differ when board has "windowed" memory ************************************************************************/ */ struct digi_info { unsigned int info_bdnum; /* Board number (0 based) */ unsigned int info_ioport; /* io port address */ Loading Loading
drivers/staging/dgnc/digi.h +47 −48 Original line number Diff line number Diff line Loading @@ -61,9 +61,9 @@ #define DIGI_PLEN 28 /* String length */ #define DIGI_TSIZ 10 /* Terminal string len */ /************************************************************************ /* * Structure used with ioctl commands for DIGI parameters. ************************************************************************/ */ struct digi_t { unsigned short digi_flags; /* Flags (see above) */ unsigned short digi_maxcps; /* Max printer CPS */ Loading @@ -76,9 +76,8 @@ struct digi_t { char digi_term[DIGI_TSIZ]; /* terminal string */ }; /************************************************************************ * Structure to get driver status information ************************************************************************/ /* Structure to get driver status information */ struct digi_dinfo { unsigned int dinfo_nboards; /* # boards configured */ char dinfo_reserved[12]; /* for future expansion */ Loading @@ -87,11 +86,11 @@ struct digi_dinfo { #define DIGI_GETDD (('d' << 8) | 248) /* get driver info */ /************************************************************************ /* * Structure used with ioctl commands for per-board information * * physsize and memsize differ when board has "windowed" memory ************************************************************************/ */ struct digi_info { unsigned int info_bdnum; /* Board number (0 based) */ unsigned int info_ioport; /* io port address */ Loading