[Lapetus-cvs] lapetus smpc.h,1.1,1.2
Status: Inactive
Brought to you by:
cyberwarriorx
From: Theo B. <cyb...@us...> - 2007-02-28 02:19:39
|
Update of /cvsroot/lapetus/lapetus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv29201 Modified Files: smpc.h Log Message: -Fixed copyright -Fixed some formatting Index: smpc.h =================================================================== RCS file: /cvsroot/lapetus/lapetus/smpc.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- smpc.h 12 Feb 2007 05:56:50 -0000 1.1 +++ smpc.h 28 Feb 2007 02:19:35 -0000 1.2 @@ -1,4 +1,4 @@ -/* Copyright 2006-2007 Theo Berkau +/* Copyright 2005-2007 Theo Berkau This file is part of Lapetus. @@ -24,17 +24,17 @@ ////////////////////////////////////////////////////////////////////////////// -#define SMPC_REG_IREG(i) *((volatile u8 *)0x20100001+((i) * 2)) -#define SMPC_REG_COMREG *((volatile u8 *)0x2010001F) -#define SMPC_REG_OREG(o) *((volatile u8 *)0x20100021+((o) * 2)) -#define SMPC_REG_SR *((volatile u8 *)0x20100061) -#define SMPC_REG_SF *((volatile u8 *)0x20100063) -#define SMPC_REG_PDR1 *((volatile u8 *)0x20100075) -#define SMPC_REG_PDR2 *((volatile u8 *)0x20100077) -#define SMPC_REG_DDR1 *((volatile u8 *)0x20100079) -#define SMPC_REG_DDR2 *((volatile u8 *)0x2010007B) -#define SMPC_REG_IOSEL *((volatile u8 *)0x2010007D) -#define SMPC_REG_EXLE *((volatile u8 *)0x2010007F) +#define SMPC_REG_IREG(i) *((volatile u8 *)0x20100001+((i) * 2)) +#define SMPC_REG_COMREG *((volatile u8 *)0x2010001F) +#define SMPC_REG_OREG(o) *((volatile u8 *)0x20100021+((o) * 2)) +#define SMPC_REG_SR *((volatile u8 *)0x20100061) +#define SMPC_REG_SF *((volatile u8 *)0x20100063) +#define SMPC_REG_PDR1 *((volatile u8 *)0x20100075) +#define SMPC_REG_PDR2 *((volatile u8 *)0x20100077) +#define SMPC_REG_DDR1 *((volatile u8 *)0x20100079) +#define SMPC_REG_DDR2 *((volatile u8 *)0x2010007B) +#define SMPC_REG_IOSEL *((volatile u8 *)0x2010007D) +#define SMPC_REG_EXLE *((volatile u8 *)0x2010007F) ////////////////////////////////////////////////////////////////////////////// |