diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-09-05 12:56:57 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-09-05 12:56:57 -0400 |
| commit | 616ad8c44281c0c6711a72b560e01ec335ff27e0 (patch) | |
| tree | 0a20453ffedb09db6fb41a0c2208ccc2c7751d3a /arch/powerpc/include/asm/cpm2.h | |
| parent | 99809963c99e1ed868d9ebeb4a5e7ee1cbe0309f (diff) | |
| parent | b380b0d4f7dffcc235c0facefa537d4655619101 (diff) | |
Merge branch 'linus' into x86/defconfig
Diffstat (limited to 'arch/powerpc/include/asm/cpm2.h')
| -rw-r--r-- | arch/powerpc/include/asm/cpm2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/cpm2.h b/arch/powerpc/include/asm/cpm2.h index 2a6fa0183ac9..0f5e8ff59a85 100644 --- a/arch/powerpc/include/asm/cpm2.h +++ b/arch/powerpc/include/asm/cpm2.h | |||
| @@ -337,6 +337,11 @@ typedef struct scc_param { | |||
| 337 | uint scc_tcrc; /* Internal */ | 337 | uint scc_tcrc; /* Internal */ |
| 338 | } sccp_t; | 338 | } sccp_t; |
| 339 | 339 | ||
| 340 | /* Function code bits. | ||
| 341 | */ | ||
| 342 | #define SCC_EB ((u_char) 0x10) /* Set big endian byte order */ | ||
| 343 | #define SCC_GBL ((u_char) 0x20) /* Snooping enabled */ | ||
| 344 | |||
| 340 | /* CPM Ethernet through SCC1. | 345 | /* CPM Ethernet through SCC1. |
| 341 | */ | 346 | */ |
| 342 | typedef struct scc_enet { | 347 | typedef struct scc_enet { |
