diff packages/hal/powerpc/arch/current/src/ppc_860.h @ 12:4cc3eff958ab ecos-sw-1999-06-04

Merge from eCos master repository on 1999-06-04-22:24:56-BST
author jlarmour
date Fri, 04 Jun 1999 15:08:16 +0000
parents 443894e2e912
children
line wrap: on
line diff
--- a/packages/hal/powerpc/arch/current/src/ppc_860.h
+++ b/packages/hal/powerpc/arch/current/src/ppc_860.h
@@ -562,6 +562,8 @@ struct spi_pram
    cyg_uint16   tbptr;          /* Tx BD pointer */
    cyg_uint16   tcount;         /* Tx byte count */
    cyg_uint32      ttemp;               /* Tx temp */
+
+    cyg_uint8     RESERVED12[8]; /* Reserved */
 };
 
 
@@ -591,8 +593,20 @@ struct i2c_pram
    cyg_uint16   tbptr;          /* Tx BD pointer */
    cyg_uint16   tcount;         /* Tx byte count */
    cyg_uint32      ttemp;               /* Tx temp */
+
+    cyg_uint8     RESERVED13[8];    
 };
 
+/*--------------------------------------------------------------------------*/
+/*                       MISC parameter RAM                                                                             */
+/*--------------------------------------------------------------------------*/
+
+struct misc_pram 
+{
+    cyg_uint8    RESERVED14[16];
+};
+
+
 
 /*--------------------------------------------------------------------------*/
 /*                      PIP Centronics parameter RAM                                                   */
@@ -1143,6 +1157,7 @@ typedef struct eppc
          
             {
                struct i2c_pram  i2c;     /* I2C   */
+               struct misc_pram misc;    /* MISC  */
                struct idma_pram idma1;   /* IDMA1 */
 
             } i2c_idma;