include files: convert "include" subdirectory to UTF-8
Convert the "include" subdirectory to UTF-8. Signed-off-by: John Anthony Kazos Jr. <jakj@j-a-k-j.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Родитель
f42df9e658
Коммит
121e70b69a
|
@ -297,7 +297,7 @@
|
||||||
#define SAR(x) __REG2( IMX_DMAC_BASE + 0x80, (x) << 6) /* Source Address Registers */
|
#define SAR(x) __REG2( IMX_DMAC_BASE + 0x80, (x) << 6) /* Source Address Registers */
|
||||||
#define DAR(x) __REG2( IMX_DMAC_BASE + 0x84, (x) << 6) /* Destination Address Registers */
|
#define DAR(x) __REG2( IMX_DMAC_BASE + 0x84, (x) << 6) /* Destination Address Registers */
|
||||||
#define CNTR(x) __REG2( IMX_DMAC_BASE + 0x88, (x) << 6) /* Count Registers */
|
#define CNTR(x) __REG2( IMX_DMAC_BASE + 0x88, (x) << 6) /* Count Registers */
|
||||||
#define CCR(x) __REG2( IMX_DMAC_BASE + 0x8c, (x) << 6) /* Control Registers */
|
#define CCR(x) __REG2( IMX_DMAC_BASE + 0x8c, (x) << 6) /* Control Registers */
|
||||||
#define RSSR(x) __REG2( IMX_DMAC_BASE + 0x90, (x) << 6) /* Request source select Registers */
|
#define RSSR(x) __REG2( IMX_DMAC_BASE + 0x90, (x) << 6) /* Request source select Registers */
|
||||||
#define BLR(x) __REG2( IMX_DMAC_BASE + 0x94, (x) << 6) /* Burst length Registers */
|
#define BLR(x) __REG2( IMX_DMAC_BASE + 0x94, (x) << 6) /* Burst length Registers */
|
||||||
#define RTOR(x) __REG2( IMX_DMAC_BASE + 0x98, (x) << 6) /* Request timeout Registers */
|
#define RTOR(x) __REG2( IMX_DMAC_BASE + 0x98, (x) << 6) /* Request timeout Registers */
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* from .s file by awk -f s2h.awk
|
* from .s file by awk -f s2h.awk
|
||||||
*/
|
*/
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* * Copyright © ARM Limited 1998. All rights reserved.
|
* * Copyright © ARM Limited 1998. All rights reserved.
|
||||||
* ***********************************************************************/
|
* ***********************************************************************/
|
||||||
/* ************************************************************************
|
/* ************************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Information structures for board-specific data
|
* Information structures for board-specific data
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Nokia Corporation
|
* Copyright (C) 2004 Nokia Corporation
|
||||||
* Written by Juha Yrjölä <juha.yrjola@nokia.com>
|
* Written by Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _OMAP_BOARD_H
|
#ifndef _OMAP_BOARD_H
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* linux/include/asm-arm/arch-omap/dma.h
|
* linux/include/asm-arm/arch-omap/dma.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Nokia Corporation
|
* Copyright (C) 2003 Nokia Corporation
|
||||||
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
|
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003-2005 Nokia Corporation
|
* Copyright (C) 2003-2005 Nokia Corporation
|
||||||
*
|
*
|
||||||
* Written by Juha Yrjölä <juha.yrjola@nokia.com>
|
* Written by Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
** linux/atarihw.h -- This header defines some macros and pointers for
|
** linux/atarihw.h -- This header defines some macros and pointers for
|
||||||
** the various Atari custom hardware registers.
|
** the various Atari custom hardware registers.
|
||||||
**
|
**
|
||||||
** Copyright 1994 by Bj”rn Brauel
|
** Copyright 1994 by Bjrn Brauel
|
||||||
**
|
**
|
||||||
** 5/1/94 Roman Hodek:
|
** 5/1/94 Roman Hodek:
|
||||||
** Added definitions for TT specific chips.
|
** Added definitions for TT specific chips.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
** atariints.h -- Atari Linux interrupt handling structs and prototypes
|
** atariints.h -- Atari Linux interrupt handling structs and prototypes
|
||||||
**
|
**
|
||||||
** Copyright 1994 by Bj”rn Brauel
|
** Copyright 1994 by Bjrn Brauel
|
||||||
**
|
**
|
||||||
** 5/2/94 Roman Hodek:
|
** 5/2/94 Roman Hodek:
|
||||||
** TT interrupt definitions added.
|
** TT interrupt definitions added.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* Macintosh Technology in the Common Hardware Reference Platform
|
* Macintosh Technology in the Common Hardware Reference Platform
|
||||||
* Apple Computer, Inc.
|
* Apple Computer, Inc.
|
||||||
*
|
*
|
||||||
* © Copyright 1995 Apple Computer, Inc. All rights reserved.
|
* © Copyright 1995 Apple Computer, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* It's available online from http://chrp.apple.com/MacTech.pdf.
|
* It's available online from http://chrp.apple.com/MacTech.pdf.
|
||||||
* You can obtain paper copies of this book from computer bookstores or by
|
* You can obtain paper copies of this book from computer bookstores or by
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
||||||
Frodo Looijaard <frodol@dds.nl> */
|
Frodo Looijaard <frodol@dds.nl> */
|
||||||
|
|
||||||
#ifndef _LINUX_I2C_ALGO_BIT_H
|
#ifndef _LINUX_I2C_ALGO_BIT_H
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
||||||
Frodo Looijaard <frodol@dds.nl> */
|
Frodo Looijaard <frodol@dds.nl> */
|
||||||
|
|
||||||
#ifndef _LINUX_I2C_ALGO_PCF_H
|
#ifndef _LINUX_I2C_ALGO_PCF_H
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2003 Stelian Pop <stelian@popies.net>
|
* Copyright (C) 2001-2003 Stelian Pop <stelian@popies.net>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
|
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
|
* Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
|
||||||
|
|
||||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
|
* Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charg.
|
* provided "AS-IS" and at no charg.
|
||||||
*
|
*
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
* MA 02111-1307 USA
|
* MA 02111-1307 USA
|
||||||
*
|
*
|
||||||
* Michel Dänzer <daenzer@debian.org>, 10/2001
|
* Michel Dänzer <daenzer@debian.org>, 10/2001
|
||||||
* - simplify irda_pv_t to avoid endianness issues
|
* - simplify irda_pv_t to avoid endianness issues
|
||||||
*
|
*
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче