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

@ -71,8 +71,8 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __NETFLOOD_H__
#define __NETFLOOD_H__
#ifndef NETFLOOD_H_
#define NETFLOOD_H_
#include "net/queuebuf.h"
#include "net/rime/ipolite.h"
@ -105,6 +105,6 @@ void netflood_close(struct netflood_conn *c);
int netflood_send(struct netflood_conn *c, uint8_t seqno);
#endif /* __SIBC_H__ */
#endif /* SIBC_H_ */
/** @} */
/** @} */