xref: /openbmc/linux/scripts/kconfig/images.h (revision 8410e655)
13b541978SMasahiro Yamada /* SPDX-License-Identifier: GPL-2.0 */
23b541978SMasahiro Yamada /*
33b541978SMasahiro Yamada  * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
43b541978SMasahiro Yamada  */
53b541978SMasahiro Yamada 
63b541978SMasahiro Yamada #ifndef IMAGES_H
73b541978SMasahiro Yamada #define IMAGES_H
83b541978SMasahiro Yamada 
93b541978SMasahiro Yamada #ifdef __cplusplus
103b541978SMasahiro Yamada extern "C" {
113b541978SMasahiro Yamada #endif
123b541978SMasahiro Yamada 
138410e655SMasahiro Yamada extern const char * const xpm_load[];
148410e655SMasahiro Yamada extern const char * const xpm_save[];
158410e655SMasahiro Yamada extern const char * const xpm_back[];
168410e655SMasahiro Yamada extern const char * const xpm_tree_view[];
178410e655SMasahiro Yamada extern const char * const xpm_single_view[];
188410e655SMasahiro Yamada extern const char * const xpm_split_view[];
198410e655SMasahiro Yamada extern const char * const xpm_symbol_no[];
208410e655SMasahiro Yamada extern const char * const xpm_symbol_mod[];
218410e655SMasahiro Yamada extern const char * const xpm_symbol_yes[];
228410e655SMasahiro Yamada extern const char * const xpm_choice_no[];
238410e655SMasahiro Yamada extern const char * const xpm_choice_yes[];
248410e655SMasahiro Yamada extern const char * const xpm_menu[];
258410e655SMasahiro Yamada extern const char * const xpm_menu_inv[];
268410e655SMasahiro Yamada extern const char * const xpm_menuback[];
278410e655SMasahiro Yamada extern const char * const xpm_void[];
283b541978SMasahiro Yamada 
293b541978SMasahiro Yamada #ifdef __cplusplus
303b541978SMasahiro Yamada }
313b541978SMasahiro Yamada #endif
323b541978SMasahiro Yamada 
333b541978SMasahiro Yamada #endif /* IMAGES_H */
34