A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix

This commit is contained in:
Adam Dunkels 2013-11-24 16:57:08 +01:00
parent 42cae1c6c9
commit bb2dcaa057
572 changed files with 1708 additions and 1708 deletions

View file

@ -51,8 +51,8 @@
* This file is part of the Contiki operating system.
*
*/
#ifndef __CRC16_H__
#define __CRC16_H__
#ifndef CRC16_H_
#define CRC16_H_
/**
* \brief Update an accumulated CRC16 checksum with one byte.
@ -89,7 +89,7 @@ unsigned short crc16_add(unsigned char b, unsigned short crc);
unsigned short crc16_data(const unsigned char *data, int datalen,
unsigned short acc);
#endif /* __CRC16_H__ */
#endif /* CRC16_H_ */
/** @} */
/** @} */