summaryrefslogtreecommitdiff
path: root/src/include/device/dram/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/dram/common.h')
-rw-r--r--src/include/device/dram/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/dram/common.h b/src/include/device/dram/common.h
index 47023704fe..31cdb2bb5b 100644
--- a/src/include/device/dram/common.h
+++ b/src/include/device/dram/common.h
@@ -67,4 +67,6 @@ enum spd_status {
SPD_STATUS_INVALID_FIELD,
};
+u16 ddr3_crc16(const u8 *ptr, int n_crc);
+
#endif /* DEVICE_DRAM_COMMON_H */