Update of /cvsroot/blob/blob/include/blob
In directory usw-pr-cvs1:/tmp/cvs-serv32268
Added Files:
pxa-regs.h
Log Message:
Initial entry into repository.
--- NEW FILE: pxa-regs.h ---
/*
* pxa-regs.h: wrapper file to include asm/arch-pxa/pxa-regs.h
*
* Copyright (C) 2001 Erik Mouw (J.A...@it...)
* Copyright (C) 2002 Jeff Sutherland <je...@ac...>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#ifndef BLOB_PXA_REGS_H
#define BLOB_PXA_REGS_H
#define io_p2v(x) (x)
#define __REG(x) (*((volatile u32 *)io_p2v(x)))
#define __ASM_ARCH_HARDWARE_H
#include <asm-arm/arch-pxa/pxa-regs.h>
#endif
|