1 /* SANE - Scanner Access Now Easy. 2 3 Copyright (C) 2006-2007 Wittawat Yamwong <wittawat@web.de> 4 5 This file is part of the SANE package. 6 7 This program is free software; you can redistribute it and/or 8 modify it under the terms of the GNU General Public License as 9 published by the Free Software Foundation; either version 2 of the 10 License, or (at your option) any later version. 11 12 This program is distributed in the hope that it will be useful, but 13 WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 General Public License for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program. If not, see <https://www.gnu.org/licenses/>. 19 20 As a special exception, the authors of SANE give permission for 21 additional uses of the libraries contained in this release of SANE. 22 23 The exception is that, if you link a SANE library with other files 24 to produce an executable, this does not by itself cause the 25 resulting executable to be covered by the GNU General Public 26 License. Your use of that executable is in no way restricted on 27 account of linking the SANE library code into it. 28 29 This exception does not, however, invalidate any other reasons why 30 the executable file might be covered by the GNU General Public 31 License. 32 33 If you submit changes to SANE to the maintainers to be included in 34 a subsequent release, you agree by submitting the changes that 35 those changes may be distributed with this exception intact. 36 37 If you write modifications of your own for SANE, it is your choice 38 whether to permit this exception to apply to your modifications. 39 If you do not wish that, delete this exception notice. 40 */ 41 #ifndef PIXMA_RENAME_H 42 #define PIXMA_RENAME_H 43 44 45 #undef BACKEND_NAME 46 #define BACKEND_NAME pixma 47 48 #define pixma_cancel sanei_pixma_cancel 49 #define pixma_check_dpi sanei_pixma_check_dpi 50 #define pixma_check_result sanei_pixma_check_result 51 #define pixma_check_scan_param sanei_pixma_check_scan_param 52 #define pixma_cleanup sanei_pixma_cleanup 53 #define pixma_close sanei_pixma_close 54 #define pixma_cmd_transaction sanei_pixma_cmd_transaction 55 #define pixma_collect_devices sanei_pixma_collect_devices 56 #define pixma_connect sanei_pixma_connect 57 #define pixma_dbg DBG 58 #define pixma_disconnect sanei_pixma_disconnect 59 #define pixma_dump sanei_pixma_dump 60 #define pixma_enable_background sanei_pixma_enable_background 61 #define pixma_exec sanei_pixma_exec 62 #define pixma_exec_short_cmd sanei_pixma_exec_short_cmd 63 #define pixma_fill_gamma_table sanei_pixma_fill_gamma_table 64 #define pixma_find_scanners sanei_pixma_find_scanners 65 #define pixma_get_be16 sanei_pixma_get_be16 66 #define pixma_get_be32 sanei_pixma_get_be32 67 #define pixma_get_config sanei_pixma_get_config 68 #define pixma_get_device_config sanei_pixma_get_device_config 69 #define pixma_get_device_id sanei_pixma_get_device_id 70 #define pixma_get_device_model sanei_pixma_get_device_model 71 #define pixma_get_device_status sanei_pixma_get_device_status 72 #define pixma_get_string sanei_pixma_get_string 73 #define pixma_get_time sanei_pixma_get_time 74 #define pixma_hexdump sanei_pixma_hexdump 75 #define pixma_init sanei_pixma_init 76 #define pixma_io_cleanup sanei_pixma_io_cleanup 77 #define pixma_io_init sanei_pixma_io_init 78 #define pixma_map_status_errno sanei_pixma_map_status_errno 79 #define pixma_mp150_devices sanei_pixma_mp150_devices 80 #define pixma_mp730_devices sanei_pixma_mp730_devices 81 #define pixma_mp750_devices sanei_pixma_mp750_devices 82 #define pixma_mp800_devices sanei_pixma_mp800_devices 83 #define pixma_iclass_devices sanei_pixma_iclass_devices 84 #define pixma_newcmd sanei_pixma_newcmd 85 #define pixma_open sanei_pixma_open 86 #define pixma_print_supported_devices sanei_pixma_print_supported_devices 87 #define pixma_read_image sanei_pixma_read_image 88 #define pixma_read sanei_pixma_read 89 #define pixma_reset_device sanei_pixma_reset_device 90 #define pixma_scan sanei_pixma_scan 91 #define pixma_set_be16 sanei_pixma_set_be16 92 #define pixma_set_be32 sanei_pixma_set_be32 93 #define pixma_set_debug_level sanei_pixma_set_debug_level 94 #define pixma_set_interrupt_mode sanei_pixma_set_interrupt_mode 95 #define pixma_sleep sanei_pixma_sleep 96 #define pixma_strerror sanei_pixma_strerror 97 #define pixma_sum_bytes sanei_pixma_sum_bytes 98 #define pixma_wait_event sanei_pixma_wait_event 99 #define pixma_wait_interrupt sanei_pixma_wait_interrupt 100 #define pixma_write sanei_pixma_write 101 102 103 #endif 104