Add constants for fast path resume copying
[coreboot.git] / src / include / ip_checksum.h
index c2cb938294a76aa40ea46231563a0b72c839d969..de26fa06cc25820d7e51d8ece6b35b77e7d1fd95 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef IP_CHECKSUM_H
 #define IP_CHECKSUM_H
 
+#ifndef __ROMCC__
 unsigned long compute_ip_checksum(void *addr, unsigned long length);
 unsigned long add_ip_checksums(unsigned long offset, unsigned long sum, unsigned long new);
-
+#endif
 #endif /* IP_CHECKSUM_H */