summaryrefslogtreecommitdiffstats
path: root/ports/beagleboneblack/xcmddcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/beagleboneblack/xcmddcl.h')
-rw-r--r--ports/beagleboneblack/xcmddcl.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/ports/beagleboneblack/xcmddcl.h b/ports/beagleboneblack/xcmddcl.h
index 76d5cca..644b074 100644
--- a/ports/beagleboneblack/xcmddcl.h
+++ b/ports/beagleboneblack/xcmddcl.h
@@ -1,5 +1,4 @@
-
-/* extcmddcl.h: */
+/* xcmddcl.h: */
/* This file must exist even if it is empty because it is #included in the */
/* common file cmdtbl.c. The purpose is to keep the common comand table */
/* file (common/cmdtbl.c) from being corrupted with non-generic commands */
@@ -12,20 +11,3 @@ extern int dummycmd(); Function declaration.
extern char *dummyHelp[]; Command help array declaration.
*/
-
-extern int date();
-extern char *dateHelp[];
-
-#if INCLUDE_LCD
-extern int lcd_tst();
-extern char *lcd_tstHelp[];
-#endif
-
-//extern int i2c();
-//extern char *i2cHelp[];
-
-extern int nandCmd();
-extern char *nandHelp[];
-
-extern int ldatags();
-extern char *ldatagsHelp[];