summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin/network/ethernet.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 14:54:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 14:54:19 +0000
commitc0524f7cdfcb9fb40ea78959efe0c1bc66775027 (patch)
treed5f67c0bf1b0368d127fe9ee536bdc8b4c770606 /c/src/lib/libcpu/bfin/network/ethernet.c
parent2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c0524f7cdfcb9fb40ea78959efe0c1bc66775027.tar.bz2
Eliminate "boolean".
Diffstat (limited to 'c/src/lib/libcpu/bfin/network/ethernet.c')
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/bfin/network/ethernet.c b/c/src/lib/libcpu/bfin/network/ethernet.c
index 3387f9aa34..d981f156ff 100644
--- a/c/src/lib/libcpu/bfin/network/ethernet.c
+++ b/c/src/lib/libcpu/bfin/network/ethernet.c
@@ -172,7 +172,7 @@ struct bfin_ethernetSoftc {
int txDescCount;
txPacketDescT *tx;
- boolean rmii;
+ bool rmii;
int phyAddr;
/* statistics */