Merge tag 'linux-kselftest-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / scripts / kconfig / images.h
CommitLineData
3b541978
MY
1/* SPDX-License-Identifier: GPL-2.0 */
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
10extern "C" {
11#endif
12
13extern const char *xpm_load[];
14extern const char *xpm_save[];
15extern const char *xpm_back[];
16extern const char *xpm_tree_view[];
17extern const char *xpm_single_view[];
18extern const char *xpm_split_view[];
19extern const char *xpm_symbol_no[];
20extern const char *xpm_symbol_mod[];
21extern const char *xpm_symbol_yes[];
22extern const char *xpm_choice_no[];
23extern const char *xpm_choice_yes[];
24extern const char *xpm_menu[];
25extern const char *xpm_menu_inv[];
26extern const char *xpm_menuback[];
27extern const char *xpm_void[];
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* IMAGES_H */