kconfig: split the lexer out of zconf.y
[carl9170fw.git] / config / lkc.h
index 160a9312e11a7dd9ee7d6bfa9f7b167e00aed06e..531ff7c57d92dce95e933fee200e6fc0ed3f13b4 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);
 
+/* zconf.l */
+int yylex(void);
+
 struct gstr {
        size_t len;
        char  *s;