mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base: update include guards
This patch cleans up the include guards, assisted by the tool/fix_include_ifndef script.
This commit is contained in:
committed by
Christian Helmuth
parent
6de763cb0b
commit
2e701f9afa
@@ -31,8 +31,8 @@
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _PLATFORM__NOVA_SYSCALLS_GENERIC_H_
|
||||
#define _PLATFORM__NOVA_SYSCALLS_GENERIC_H_
|
||||
#ifndef _INCLUDE__NOVA__SYSCALL_GENERIC_H_
|
||||
#define _INCLUDE__NOVA__SYSCALL_GENERIC_H_
|
||||
|
||||
#include <nova/stdint.h>
|
||||
|
||||
@@ -679,4 +679,4 @@ namespace Nova {
|
||||
};
|
||||
|
||||
}
|
||||
#endif /* _PLATFORM__NOVA_SYSCALLS_GENERIC_H_ */
|
||||
#endif /* _INCLUDE__NOVA__SYSCALL_GENERIC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user