Replaced Popscren with a custom pop-up list for selecting public screen. Now it conta...
[tangerine.git] / compiler / include / devices / sana2specialstats.h
blobf7c93edd41c665e7a088f54e003cabd97e7e99a4
1 #ifndef DEVICES_SANA2SPECIALSTATS_H
2 #define DEVICES_SANA2SPECIALSTATS_H
4 /*
5 Copyright (C) 2005 Neil Cafferkey
6 $Id$
8 Desc: Special statistics definitions for SANA-II devices
9 Lang: english
12 #include <devices/sana2.h>
15 /* Constants */
16 /* ========= */
18 /* Ethernet */
20 #define S2SS_ETHERNET_BADMULTICAST (S2WireType_Ethernet << 16 | 0)
21 #define S2SS_ETHERNET_RETRIES (S2WireType_Ethernet << 16 | 1)
22 #define S2SS_ETHERNET_FIFO_UNDERRUNS (S2WireType_Ethernet << 16 | 2)
24 #endif