base: update include guards

This patch cleans up the include guards, assisted by the
tool/fix_include_ifndef script.
This commit is contained in:
Norman Feske
2016-01-20 20:52:51 +01:00
committed by Christian Helmuth
parent 6de763cb0b
commit 2e701f9afa
183 changed files with 588 additions and 475 deletions

View File

@ -27,4 +27,4 @@ struct Genode::Foc_signal_source : Signal_source
GENODE_RPC_INTERFACE_INHERIT(Signal_source, Rpc_request_semaphore);
};
#endif /* _INCLUDE__SIGNAL_SOURCE__SIGNAL_SOURCE_H_ */
#endif /* _INCLUDE__SIGNAL_SOURCE__FOC_SIGNAL_SOURCE_H_ */