summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-06-09 00:03:53 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-30 20:37:40 +0800
commitb7fc51bd793467d72695e0b18151e05a551ed152 (patch)
treef0f0905e72a20a1ad4d38a65c1a4e329a1cdcfb9 /include
parent8e6f45f54f32b38f67960fad65f10f9ec7abdcca (diff)
downloadbarebox-b7fc51bd793467d72695e0b18151e05a551ed152.tar.gz
barebox-b7fc51bd793467d72695e0b18151e05a551ed152.tar.xz
complete: add eth interface complete support
use it on ethact Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r--include/complete.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/complete.h b/include/complete.h
index 006369c2cc..12c4e15c70 100644
--- a/include/complete.h
+++ b/include/complete.h
@@ -14,6 +14,7 @@ void complete_reset(void);
int command_complete(struct string_list *sl, char *instr);
int device_complete(struct string_list *sl, char *instr);
int empty_complete(struct string_list *sl, char *instr);
+int eth_complete(struct string_list *sl, char *instr);
#endif /* __COMPLETE_ */