mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
use '#pragma once' include guards
Signed-off-by: Axel Heider <axel.heider@hensoldt-cyber.de>
This commit is contained in:
@@ -23,8 +23,8 @@ HEADER_TEMPLATE = '''/*
|
||||
* This file is autogenerated by kernel/tools/hardware_gen.py.
|
||||
*/
|
||||
|
||||
#ifndef __PLAT_DEVICES_GEN_H
|
||||
#define __PLAT_DEVICES_GEN_H
|
||||
#pragma once
|
||||
|
||||
#include <linker.h>
|
||||
|
||||
#ifndef KDEV_BASE
|
||||
@@ -105,7 +105,6 @@ static const p_region_t BOOT_RODATA avail_p_regs[] = {
|
||||
|
||||
#endif /* !__ASSEMBLER__ */
|
||||
|
||||
#endif /* __PLAT_DEVICES_GEN_H */
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user