Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

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