commit | 94f01eed49b569a14f02fcfecfd6401a95008049 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sat Jul 07 21:36:24 2018 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Sat Jul 07 22:02:17 2018 +0200 |
tree | 804df3e8ee1e0aa1296fd83dc14c1a4bdb75cb2c | |
parent | be01dc33b7b36fd974275ed91b85fcf2c6ae62aa [diff] |
batman-adv: Unify include guards style All other include guards in batman-adv use the style: * _NET_BATMAN_ADV_$(FILENAME)_ * uppercase only * "." & "-" replaced with "_" Use this also in the B.A.T.M.A.N. IV/V OGM implementation headers. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>