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

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _KERNEL__INTERFACE_H_
#define _KERNEL__INTERFACE_H_
#ifndef _INCLUDE__KERNEL__INTERFACE_H_
#define _INCLUDE__KERNEL__INTERFACE_H_
/* base-hw includes */
#include <kernel/interface_support.h>
@ -288,4 +288,4 @@ namespace Kernel
}
}
#endif /* _KERNEL__INTERFACE_H_ */
#endif /* _INCLUDE__KERNEL__INTERFACE_H_ */