diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc64/ldc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-sparc64/ldc.h b/include/asm-sparc64/ldc.h index 24fd2367d33a..1c13738f13ff 100644 --- a/include/asm-sparc64/ldc.h +++ b/include/asm-sparc64/ldc.h | |||
@@ -25,8 +25,7 @@ struct ldc_channel_config { | |||
25 | #define LDC_MODE_RAW 0x00 | 25 | #define LDC_MODE_RAW 0x00 |
26 | #define LDC_MODE_UNRELIABLE 0x01 | 26 | #define LDC_MODE_UNRELIABLE 0x01 |
27 | #define LDC_MODE_RESERVED 0x02 | 27 | #define LDC_MODE_RESERVED 0x02 |
28 | #define LDC_MODE_RELIABLE 0x03 | 28 | #define LDC_MODE_STREAM 0x03 |
29 | #define LDC_MODE_STREAM 0x04 | ||
30 | 29 | ||
31 | u8 debug; | 30 | u8 debug; |
32 | #define LDC_DEBUG_HS 0x01 | 31 | #define LDC_DEBUG_HS 0x01 |