diff options
Diffstat (limited to 'include/linux/scc.h')
-rw-r--r-- | include/linux/scc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/scc.h b/include/linux/scc.h index c8a440538..7ad72e102 100644 --- a/include/linux/scc.h +++ b/include/linux/scc.h @@ -82,8 +82,8 @@ enum HWEVENT_opts { /* channel grouping */ -#define RXGROUP 0x100 /* if set, only tx when all channels clear */ -#define TXGROUP 0x200 /* if set, don't transmit simultaneously */ +#define RXGROUP 0100 /* if set, only tx when all channels clear */ +#define TXGROUP 0200 /* if set, don't transmit simultaneously */ /* Tx/Rx clock sources */ @@ -237,6 +237,7 @@ struct scc_channel { unsigned char wreg[16]; /* Copy of last written value in WRx */ unsigned char status; /* Copy of R0 at last external interrupt */ + unsigned char dcd; /* DCD status */ struct scc_kiss kiss; /* control structure for KISS params */ struct scc_stat stat; /* statistical information */ |