summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/cpm2.h
diff options
context:
space:
mode:
authorDavid S. Miller2008-08-30 08:06:00 +0200
committerDavid S. Miller2008-08-30 08:06:00 +0200
commitb171e19ed08c8ba832e5325fadf1be493f56665d (patch)
tree017208f9fcc4ef2cc3fe5cc3f262d2455eda9f61 /arch/powerpc/include/asm/cpm2.h
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... (diff)
parentnet: Unbreak userspace usage of linux/mroute.h (diff)
downloadkernel-qcow2-linux-b171e19ed08c8ba832e5325fadf1be493f56665d.tar.gz
kernel-qcow2-linux-b171e19ed08c8ba832e5325fadf1be493f56665d.tar.xz
kernel-qcow2-linux-b171e19ed08c8ba832e5325fadf1be493f56665d.zip
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: net/mac80211/mlme.c
Diffstat (limited to 'arch/powerpc/include/asm/cpm2.h')
-rw-r--r--arch/powerpc/include/asm/cpm2.h5
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 {
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 {