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, 1 insertions, 1 deletions
diff --git a/src/include/device/dram/common.h b/src/include/device/dram/common.h
index b1677c8a07..4c6f02eb00 100644
--- a/src/include/device/dram/common.h
+++ b/src/include/device/dram/common.h
@@ -67,6 +67,6 @@ enum spd_status {
SPD_STATUS_INVALID_FIELD,
};
-u16 ddr3_crc16(const u8 *ptr, int n_crc);
+u16 ddr_crc16(const u8 *ptr, int n_crc);
#endif /* DEVICE_DRAM_COMMON_H */