kbuild: move ".config not found!" message from Kconfig to Makefile
[carl9170fw.git] / config / lkc.h
index 160a9312e11a7dd9ee7d6bfa9f7b167e00aed06e..d871539e4b457f517627e7f3f47a86134959dc77 100644 (file)
@@ -90,6 +90,9 @@ void *xrealloc(void *p, size_t size);
 char *xstrdup(const char *s);
 char *xstrndup(const char *s, size_t n);
 
+/* lexer.l */
+int yylex(void);
+
 struct gstr {
        size_t len;
        char  *s;