diff options
author | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
commit | d9455273053bb69a94a338dff56330d3be50f14e (patch) | |
tree | 7031ce994e2ad52aec8bcd8e270d1dc22fbea8b6 /cpu/ixp/npe/include/IxOsServicesComponents.h | |
parent | ba94a1bba3600d387edba7eb451990d9891e1c2f (diff) | |
download | u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.zip u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.gz u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.bz2 |
Minor cleanup.
Diffstat (limited to 'cpu/ixp/npe/include/IxOsServicesComponents.h')
-rw-r--r-- | cpu/ixp/npe/include/IxOsServicesComponents.h | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/cpu/ixp/npe/include/IxOsServicesComponents.h b/cpu/ixp/npe/include/IxOsServicesComponents.h index f1a6779..d662cd3 100644 --- a/cpu/ixp/npe/include/IxOsServicesComponents.h +++ b/cpu/ixp/npe/include/IxOsServicesComponents.h @@ -62,10 +62,10 @@ #define ix_i2c 40 #define ix_integration_sspAcc 41 #define ix_integration_i2c 42 -#define ix_osal 43
-#define ix_integration_parityENAcc 44
-#define ix_integration_timeSyncAcc 45
-
+#define ix_osal 43 +#define ix_integration_parityENAcc 44 +#define ix_integration_timeSyncAcc 45 + /*************************** * timeSyncAcc ***************************/ @@ -106,29 +106,29 @@ #endif /* codelets_parityENAcc */ #endif /* IxOsServicesComponents_H */ -
-/***************************
- * integration_timeSyncAcc
- ***************************/
-#if (IX_COMPONENT_NAME == ix_integration_timeSyncAcc)
-
-#if defined (IX_OSSERV_VXWORKS_LE)
-
-#define CSR_LE_DATA_COHERENT_MAPPING
-
-#endif /* IX_OSSERV_VXWORKS_LE */
-
-#endif /* integration_timeSyncAcc */
-
-/***************************
- * integration_parityENAcc
- ***************************/
-#if (IX_COMPONENT_NAME == ix_integration_parityENAcc)
-
-#if defined (IX_OSSERV_VXWORKS_LE)
-
-#define CSR_LE_DATA_COHERENT_MAPPING
-
-#endif /* IX_OSSERV_VXWORKS_LE */
-
-#endif /* integration_parityENAcc */
\ No newline at end of file + +/*************************** + * integration_timeSyncAcc + ***************************/ +#if (IX_COMPONENT_NAME == ix_integration_timeSyncAcc) + +#if defined (IX_OSSERV_VXWORKS_LE) + +#define CSR_LE_DATA_COHERENT_MAPPING + +#endif /* IX_OSSERV_VXWORKS_LE */ + +#endif /* integration_timeSyncAcc */ + +/*************************** + * integration_parityENAcc + ***************************/ +#if (IX_COMPONENT_NAME == ix_integration_parityENAcc) + +#if defined (IX_OSSERV_VXWORKS_LE) + +#define CSR_LE_DATA_COHERENT_MAPPING + +#endif /* IX_OSSERV_VXWORKS_LE */ + +#endif /* integration_parityENAcc */ |