cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

images.h (857B)


      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 * const xpm_load[];
     14extern const char * const xpm_save[];
     15extern const char * const xpm_back[];
     16extern const char * const xpm_tree_view[];
     17extern const char * const xpm_single_view[];
     18extern const char * const xpm_split_view[];
     19extern const char * const xpm_symbol_no[];
     20extern const char * const xpm_symbol_mod[];
     21extern const char * const xpm_symbol_yes[];
     22extern const char * const xpm_choice_no[];
     23extern const char * const xpm_choice_yes[];
     24extern const char * const xpm_menu[];
     25extern const char * const xpm_menu_inv[];
     26extern const char * const xpm_menuback[];
     27extern const char * const xpm_void[];
     28
     29#ifdef __cplusplus
     30}
     31#endif
     32
     33#endif /* IMAGES_H */