summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 05:37:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 05:37:41 +0000
commit1dbaefce25bbe87d1b914b4a425b1b264e5db006 (patch)
tree9a8a862089a68e3d13c972676f62e4dca5a68351 /cpukit/libnetworking
parent2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1dbaefce25bbe87d1b914b4a425b1b264e5db006.tar.bz2
Remove IFI_* (obsolete, unused).
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/net/if.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/libnetworking/net/if.h b/cpukit/libnetworking/net/if.h
index 22f60a6069..48b2d8c215 100644
--- a/cpukit/libnetworking/net/if.h
+++ b/cpukit/libnetworking/net/if.h
@@ -163,12 +163,6 @@ struct if_data {
#define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */
#define IF_Gbps(x) (IF_Mbps((x) * 1000)) /* gigabits/sec. */
-/*
- * Bit values in if_ipending
- */
-#define IFI_RECV 1 /* I want to receive */
-#define IFI_XMIT 2 /* I want to transmit */
-
#define IFQ_MAXLEN 50
#define IFNET_SLOWHZ 1 /* granularity is 1 second */