summaryrefslogtreecommitdiff
path: root/kconfig-frontends/libs/images/images.h
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig-frontends/libs/images/images.h')
-rw-r--r--kconfig-frontends/libs/images/images.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/kconfig-frontends/libs/images/images.h b/kconfig-frontends/libs/images/images.h
new file mode 100644
index 0000000..4d528a7
--- /dev/null
+++ b/kconfig-frontends/libs/images/images.h
@@ -0,0 +1,15 @@
+extern const char *xpm_load[];
+extern const char *xpm_save[];
+extern const char *xpm_back[];
+extern const char *xpm_tree_view[];
+extern const char *xpm_single_view[];
+extern const char *xpm_split_view[];
+extern const char *xpm_symbol_no[];
+extern const char *xpm_symbol_mod[];
+extern const char *xpm_symbol_yes[];
+extern const char *xpm_choice_no[];
+extern const char *xpm_choice_yes[];
+extern const char *xpm_menu[];
+extern const char *xpm_menu_inv[];
+extern const char *xpm_menuback[];
+extern const char *xpm_void[];