]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/nios2-io.h
imported U-Boot Release 2009.08 from Freescale BSP L2.6.31_10.08.01
[karo-tx-uboot.git] / include / nios2-io.h
index d5c8652d5d8b0596fb537939427db5c91989b7b8..dc87f1f7f92a91cadd942cf250b5f636c0a5bee3 100755 (executable)
@@ -156,14 +156,14 @@ typedef volatile struct nios_jtag_t {
 #define NIOS_JTAG_WI           (1 << 9)        /* write intr pending*/
 #define NIOS_JTAG_AC           (1 << 10)       /* activity indicator */
 #define NIOS_JTAG_RRDY         (1 << 12)       /* read available */
-#define NIOS_JTAG_WSPACE(d)    ((d)>>16)       /* Write space avail */
+#define NIOS_JTAG_WSPACE(d)    ((d)>>16)       /* Write space avail */
 
 /*------------------------------------------------------------------------
  * SYSTEM ID
  *----------------------------------------------------------------------*/
 typedef volatile struct nios_sysid_t {
-       unsigned        id;                     /* The system build id*/
-       unsigned        timestamp;              /* Timestamp */
+       unsigned        id;                     /* The system build id*/
+       unsigned        timestamp;              /* Timestamp */
 }nios_sysid_t;
 
 #endif /* __NIOS2IO_H__ */