mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-19 08:36:49 +00:00
hw: add include guards to generated consts header
The special `hw/memory_consts.h` header file that is automatically generated from an assembler base file to avoid pre-processing assembler files, was missing inclusion guards. Ref genodelabs/genode#5468
This commit is contained in:
parent
b601ad5272
commit
b147dad267
@ -11,6 +11,9 @@
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
##ifndef _SRC__LIB__HW__SPEC__64BIT_MEMORY_CONSTS_H_
|
||||
##define _SRC__LIB__HW__SPEC__64BIT_MEMORY_CONSTS_H_
|
||||
|
||||
##include <base/stdint.h>
|
||||
|
||||
#namespace Hw {
|
||||
@ -28,3 +31,5 @@ HW_MM_CPU_LOCAL_MEMORY_SLOT_OBJECT_SIZE = 0x2000
|
||||
|
||||
# }
|
||||
#}
|
||||
|
||||
##endif /* _SRC__LIB__HW__SPEC__64BIT_MEMORY_CONSTS_H_ */
|
||||
|
@ -11,6 +11,9 @@
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
##ifndef _SRC__LIB__HW__SPEC__64BIT_MEMORY_CONSTS_H_
|
||||
##define _SRC__LIB__HW__SPEC__64BIT_MEMORY_CONSTS_H_
|
||||
|
||||
##include <base/stdint.h>
|
||||
|
||||
#namespace Hw {
|
||||
@ -29,3 +32,5 @@ HW_MM_CPU_LOCAL_MEMORY_SLOT_OBJECT_SIZE = 0x2000
|
||||
|
||||
# }
|
||||
#}
|
||||
|
||||
##endif /* _SRC__LIB__HW__SPEC__64BIT_MEMORY_CONSTS_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user