Add detection/dump support for ServerEngines SE-SM 4210-P01.
[coreboot.git] / util / nvramtool / ip_checksum.h
index 885197749eea033254d88d1cebbc0c9588b144a2..f2a13070a3a914481e6bbb71d1d624c46bd7da3d 100644 (file)
@@ -1,6 +1,5 @@
 /*****************************************************************************\
  * ip_checksum.h
- * $Id$
 \*****************************************************************************/
 
 #ifndef IP_CHECKSUM_H
@@ -8,10 +7,10 @@
 
 /* Note: The contents of this file were borrowed from the coreboot source
  *       code which may be obtained from http://www.coreboot.org.
- *       Specifically, this code was obtained from coreboot (LinuxBIOS) 
+ *       Specifically, this code was obtained from coreboot (LinuxBIOS)
  *       version 1.0.0.8.
  */
 
 unsigned long compute_ip_checksum(void *addr, unsigned long length);
 
-#endif /* IP_CHECKSUM_H */
+#endif                         /* IP_CHECKSUM_H */