summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/common/up_internal.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-27 17:19:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-27 17:19:38 -0600
commitb2f95886d464d42db186e05505ed6a6497b13521 (patch)
tree910e168e141654c73ea37c9cb1c4a29b4ed44ef4 /nuttx/arch/hc/src/common/up_internal.h
parent09e5fb91789be7024efa9071a7ed0b94145be489 (diff)
downloadnuttx-b2f95886d464d42db186e05505ed6a6497b13521.tar.gz
nuttx-b2f95886d464d42db186e05505ed6a6497b13521.tar.bz2
nuttx-b2f95886d464d42db186e05505ed6a6497b13521.zip
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
Diffstat (limited to 'nuttx/arch/hc/src/common/up_internal.h')
-rw-r--r--nuttx/arch/hc/src/common/up_internal.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/nuttx/arch/hc/src/common/up_internal.h b/nuttx/arch/hc/src/common/up_internal.h
index e774892fc..ea46f43fd 100644
--- a/nuttx/arch/hc/src/common/up_internal.h
+++ b/nuttx/arch/hc/src/common/up_internal.h
@@ -48,7 +48,7 @@
#endif
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Bring-up debug configurations. These are here (vs defconfig)
@@ -233,18 +233,6 @@ extern void up_usbuninitialize(void);
# define up_usbuninitialize()
#endif
-/* Board-specific functions */
-
-#ifdef CONFIG_ARCH_LEDS
-extern void board_led_initialize(void);
-extern void board_led_on(int led);
-extern void board_led_off(int led);
-#else
-# define board_led_initialize()
-# define board_led_on(led)
-# define board_led_off(led)
-#endif
-
#endif /* __ASSEMBLY__ */
#endif /* __UP_INTERNAL_H */