X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fpowerpc%2Finclude%2Fasm%2Fcpm2.h;h=0f5e8ff59a855bcace108520e9f95ef9ff0c8901;hb=4747832b56a95dbeb0cef4714e6fcc766eed0a95;hp=2a6fa0183ac9dd67f554aac4a17e6c15598d12a9;hpb=2acb802b0c5485aedb46e23b2b45e49573454c09;p=linux-2.6 diff --git a/arch/powerpc/include/asm/cpm2.h b/arch/powerpc/include/asm/cpm2.h index 2a6fa0183a..0f5e8ff59a 100644 --- a/arch/powerpc/include/asm/cpm2.h +++ b/arch/powerpc/include/asm/cpm2.h @@ -337,6 +337,11 @@ typedef struct scc_param { uint scc_tcrc; /* Internal */ } sccp_t; +/* Function code bits. +*/ +#define SCC_EB ((u_char) 0x10) /* Set big endian byte order */ +#define SCC_GBL ((u_char) 0x20) /* Snooping enabled */ + /* CPM Ethernet through SCC1. */ typedef struct scc_enet {