summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/tiva_ethernet.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-08 15:50:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-08 15:50:26 -0600
commitfc300bda7bf9d68ac5d75fa7b732692eeeae5221 (patch)
tree295b1a1ffbbfea2990cdee1d05a05ca2577c42c0 /nuttx/arch/arm/src/tiva/tiva_ethernet.h
parent3100722cdd78ff94412a760138e2fd4fdc319548 (diff)
downloadnuttx-fc300bda7bf9d68ac5d75fa7b732692eeeae5221.tar.gz
nuttx-fc300bda7bf9d68ac5d75fa7b732692eeeae5221.tar.bz2
nuttx-fc300bda7bf9d68ac5d75fa7b732692eeeae5221.zip
functions and definitions renamed from lm_ to tiva_
Diffstat (limited to 'nuttx/arch/arm/src/tiva/tiva_ethernet.h')
-rw-r--r--nuttx/arch/arm/src/tiva/tiva_ethernet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/tiva/tiva_ethernet.h b/nuttx/arch/arm/src/tiva/tiva_ethernet.h
index af02f3407..b4a89932e 100644
--- a/nuttx/arch/arm/src/tiva/tiva_ethernet.h
+++ b/nuttx/arch/arm/src/tiva/tiva_ethernet.h
@@ -44,7 +44,7 @@
#include "chip.h"
-#if LM_NETHCONTROLLERS > 1
+#if TIVA_NETHCONTROLLERS > 1
/************************************************************************************
* Pre-processor Definitions
@@ -99,5 +99,5 @@ int tiva_ethinitialize(int intf);
#endif
#endif /* __ASSEMBLY__ */
-#endif /* LM_NETHCONTROLLERS > 1 */
+#endif /* TIVA_NETHCONTROLLERS > 1 */
#endif /* __ARCH_ARM_SRC_TIVA_TIVA_ETHERNET_H */