/* * defines ioport related functions * * Copyright (c) 2003 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . */ /************************************************************************** * IO ports API */ #ifndef IOPORT_H #define IOPORT_H #include "qemu-common.h" #include "iorange.h" typedef uint32_t pio_addr_t; #define FMT_pioaddr PRIx32 #define MAX_IOPORTS (64 * 1024) #define IOPORTS_MASK (MAX_IOPORTS - 1) /* These should really be in isa.h, but are here to make pc.h happy. */ typedef void (IOPortWriteFunc)(void *opaque, uint32_t address, uint32_t data); typedef uint32_t (IOPortReadFunc)(void *opaque, uint32_t address); void ioport_register(IORange *iorange); int register_ioport_read(pio_addr_t start, int length, int size, IOPortReadFunc *func, void *opaque); int register_ioport_write(pio_addr_t start, int length, int size, IOPortWriteFunc *func, void *opaque); void isa_unassign_ioport(pio_addr_t start, int length); void cpu_outb(pio_addr_t addr, uint8_t val); void cpu_outw(pio_addr_t addr, uint16_t val); void cpu_outl(pio_addr_t addr, uint32_t val); uint8_t cpu_inb(pio_addr_t addr); uint16_t cpu_inw(pio_addr_t addr); uint32_t cpu_inl(pio_addr_t addr); #endif /* IOPORT_H */ Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)AuthorFilesLines
2015-03-10update translations for 4.4.2 rc1Christian Lohmaier1371-34695/+37708
2015-02-09update translations for 4.4.1 rc1Christian Lohmaier2719-83094/+72413
2015-02-09Updated Slovenian translationAndras Timar7-19/+487
2015-01-19Updated Slovenian translationAndras Timar8-51/+51
2015-01-08update translations for 4.4.0 rc2Christian Lohmaier4765-737396/+102434
2015-01-04Updated Slovenian translationAndras Timar10-31/+85
2014-12-17update translations for 4.4.0 rc1Christian Lohmaier1582-45127/+49721
2014-12-13Updated Slovenian translationAndras Timar16-68/+59
2014-12-05Updated Slovenian translationAndras Timar25-512/+719
2014-12-05update translations for 4.4.0 beta2Christian Lohmaier3679-100573/+135142
2014-11-22Updated Slovenian translationAndras Timar39-293/+430
2014-11-22pomigrate2 sr and sr-Latn translations (related: fdo#86550)Andras Timar596-23776/+34937
2014-11-20update translations for 4.4.0 beta1Christian Lohmaier15620-1709773/+3224140
2014-11-18Updated Slovenian translationAndras Timar47-2475/+616
2014-11-17Updated Slovenian translationAndras Timar56-2005/+2460
2014-11-06update translations for 4.4.0 alpha2Christian Lohmaier647-22968/+23280
2014-10-29Updated Slovenian translationAndras Timar249-16269/+27733
2014-10-19another update before 4.4.0.0alpha1Christian Lohmaier49-601/+590
2014-10-17update translations for 4.4.0.0alpha1Christian Lohmaier11212-412893/+415895
2014-08-28mass-correct XML structure: second passLionel Elie Mamane4-4/+4
2014-08-28mass-correct XML structureLionel Elie Mamane19-84/+84
2014-08-28correct HTML strucutreLionel Elie Mamane1-1/+1
2014-07-16Updates Serbian po filesAndras Timar621-96060/+120630
2014-05-22Updated Slovenian translationAndras Timar57-287/+461
2014-05-21update translations for 4.3.0 beta1libreoffice-4-3-branch-pointChristian Lohmaier12986-2113042/+2540368
2014-05-18Updated Slovenian translationAndras Timar161-22810/+30072
2014-04-20update translations for 4.3.0 alpha1Christian Lohmaier7463-348987/+884770
2013-12-09update translations for 4.2.0 Beta2Christian Lohmaier12941-2727950/+2678643
2013-12-09updated Slovenian translationAndras Timar36-248/+661
2013-12-09updated Slovenian translationAndras Timar13-80/+46
2013-12-09updated Slovenian translationAndras Timar352-1457/+2281
2013-11-27Resolves: rhbz#1035092 no shortcut key for Italian 'Tools' menuCaolán McNamara1-1/+1
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier21990-1056423/+1547142
2013-11-18renamed ku* to kmr-Latn*, fdo#63460Eike Rathke309-0/+0
2013-11-18updated Slovenian translationAndras Timar77-1277/+2390
2013-11-17remove Android Impress Remote translationsAndras Timar113-52802/+0
2013-11-17Bugzilla Migration: Change bugs.freedesktop.org -> bugs.libreoffice.orgRobinson Tryon1-1/+1
2013-11-15updated Slovenian translationAndras Timar136-27719/+32461
2013-10-08rbhz#1015004 fix caseDavid Tardon1-1/+1
2013-09-10renamed 'sh' to 'sr-Latn'Eike Rathke309-0/+0
2013-09-04renamed translations/source/ca-XV to translations/sourcei/ca-valenciaEike Rathke363-0/+0
2013-08-28Resolves: rhbz#1000692 mistranslation in de if opening Format->AbsatzCaolán McNamara1-1/+1
2013-07-25fdo#67093 Change traduction of Header in it to avoid conflict with HeadingArnaud Versini1-1/+1
2013-07-22fdo#67093 Change traduction of Title for some more languagesChristian Lohmaier13-13/+13
2013-07-20fdo#67093 Change traduction of Title in french to avoid conflict with Heading.Arnaud Versini1-1/+1
2013-06-27sync libreoffice-4-1 and masterAndras Timar6-20/+110
2013-06-27invalid xmlAndras Timar1-1/+1
2013-06-27update Sidama translationAndras Timar