Linux 5.4.21
[linux/fpc-iii.git] / scripts / kconfig / images.h
blobd8ff614bd0874891e1516aa128addf8a7a9f742c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
4 */
6 #ifndef IMAGES_H
7 #define IMAGES_H
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
13 extern const char *xpm_load[];
14 extern const char *xpm_save[];
15 extern const char *xpm_back[];
16 extern const char *xpm_tree_view[];
17 extern const char *xpm_single_view[];
18 extern const char *xpm_split_view[];
19 extern const char *xpm_symbol_no[];
20 extern const char *xpm_symbol_mod[];
21 extern const char *xpm_symbol_yes[];
22 extern const char *xpm_choice_no[];
23 extern const char *xpm_choice_yes[];
24 extern const char *xpm_menu[];
25 extern const char *xpm_menu_inv[];
26 extern const char *xpm_menuback[];
27 extern const char *xpm_void[];
29 #ifdef __cplusplus
31 #endif
33 #endif /* IMAGES_H */