summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/bridgedma_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/inc/bridgedma_proto.h')
-rw-r--r--cesar/hal/phy/inc/bridgedma_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cesar/hal/phy/inc/bridgedma_proto.h b/cesar/hal/phy/inc/bridgedma_proto.h
index a082ec51a3..1ef1f82d06 100644
--- a/cesar/hal/phy/inc/bridgedma_proto.h
+++ b/cesar/hal/phy/inc/bridgedma_proto.h
@@ -31,6 +31,9 @@
#ifdef __sparc__
+#define bridgedma_crc_compute_continue_block crc_compute_continue_block_le
+#define bridgedma_crc_compute_block crc_compute_block_le
+
#define BRIDGEDMA_PROTO_ECOS_IT_BASE_REGISTER 0x80000098
#define BRIDGEDMA_PROTO_ECOS_IT_ENABLE_REGISTER \
BRIDGEDMA_PROTO_ECOS_IT_BASE_REGISTER
@@ -45,6 +48,9 @@
#define BRIDGEDMA_PROTO_ECOS_IT_DISABLE_REGISTER \
BRIDGEDMA_PROTO_ECOS_IT_BASE_REGISTER
+#define bridgedma_crc_compute_continue_block crc_compute_continue_block
+#define bridgedma_crc_compute_block crc_compute_block
+
#endif /* ! __sparc__ */