From 8e6f45f54f32b38f67960fad65f10f9ec7abdcca Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 7 Jun 2011 17:32:02 +0800 Subject: complete: add empty complete support for cpuinfo, clear, dhcp, false, login, lsmod, meminfo, passwd, pwd, reginfo, reset, true, usb, version for mach-imx and mach-mxs: dump_clocks for u_serial: mycdev Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/complete.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/complete.h b/include/complete.h index 9f8d784dbc..006369c2cc 100644 --- a/include/complete.h +++ b/include/complete.h @@ -13,6 +13,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); #endif /* __COMPLETE_ */ -- cgit v1.2.3