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