diff options
author | Jesper Nilsson <jespern@stork.se.axis.com> | 2007-11-29 11:26:24 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:23 -0500 |
commit | ca91d5b098700570f308dea0b228829fd4c37f14 (patch) | |
tree | f17d1f13df62c77bf7b4479bd216612f952d44c5 /include/asm-cris | |
parent | f74c31d50c3c568abf315f9b8b206a4ec7b9c9f6 (diff) |
CRIS v32: Add SECOND_WORD_SYNC, used in sync_serial.
Diffstat (limited to 'include/asm-cris')
-rw-r--r-- | include/asm-cris/sync_serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-cris/sync_serial.h b/include/asm-cris/sync_serial.h index f930b6e00663..d87c24df2b38 100644 --- a/include/asm-cris/sync_serial.h +++ b/include/asm-cris/sync_serial.h | |||
@@ -67,6 +67,7 @@ | |||
67 | /* Values for SSP_FRAME_SYNC */ | 67 | /* Values for SSP_FRAME_SYNC */ |
68 | #define NORMAL_SYNC 1 | 68 | #define NORMAL_SYNC 1 |
69 | #define EARLY_SYNC 2 | 69 | #define EARLY_SYNC 2 |
70 | #define SECOND_WORD_SYNC 0x40000 | ||
70 | 71 | ||
71 | #define BIT_SYNC 4 | 72 | #define BIT_SYNC 4 |
72 | #define WORD_SYNC 8 | 73 | #define WORD_SYNC 8 |