From: <ml...@ma...> - 2009-09-30 19:24:59
|
Author: mlu Date: 2009-09-30 19:24:43 +0200 (Wed, 30 Sep 2009) New Revision: 2780 Modified: trunk/src/target/cortex_a8.h Log: Add DSCR_DTR_RX_FULL bit define Modified: trunk/src/target/cortex_a8.h =================================================================== --- trunk/src/target/cortex_a8.h 2009-09-30 05:40:40 UTC (rev 2779) +++ trunk/src/target/cortex_a8.h 2009-09-30 17:24:43 UTC (rev 2780) @@ -80,6 +80,7 @@ #define DSCR_MON_DBG_MODE 15 #define DSCR_INSTR_COMP 24 #define DSCR_DTR_TX_FULL 29 +#define DSCR_DTR_RX_FULL 30 typedef struct cortex_a8_brp_s { |