diff options
Diffstat (limited to 'scripts/parse_kconfig')
-rw-r--r-- | scripts/parse_kconfig/symlist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/parse_kconfig/symlist.h b/scripts/parse_kconfig/symlist.h index 88bf4b0..801624c 100644 --- a/scripts/parse_kconfig/symlist.h +++ b/scripts/parse_kconfig/symlist.h @@ -1,10 +1,10 @@ -#ifndef _SYMLIST_H_ -#define _SYMLIST_H_ - #include <stdbool.h> #include <string.h> #include "cnfexpr.h" +#ifndef _SYMLIST_H_ +#define _SYMLIST_H_ + struct symlist_el { unsigned int id; char *name; |