From 9381ae971066a42ad00def424c29370ced09eb60 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 19 Dec 2015 16:32:12 +0000 Subject: Added menuconfig support. Added default config files for Linux and NetBSD. Added kconf2h tool. Small fixes to README --- tools/kconf2h/kconf2h.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/kconf2h/kconf2h.h (limited to 'tools/kconf2h/kconf2h.h') diff --git a/tools/kconf2h/kconf2h.h b/tools/kconf2h/kconf2h.h new file mode 100644 index 0000000..165d4cc --- /dev/null +++ b/tools/kconf2h/kconf2h.h @@ -0,0 +1,10 @@ +#ifndef __KCONF2H_H +#define __KCONF2H_H + +#include +#include +#include + +int parse_kconf2h( const char*, FILE* ); + +#endif -- cgit v1.2.3