seL4/include/machine
Qian Ge 512a0200de replacing all ifndef with pargma once
All the kernel header files now use pargma once rather than the ifndef,
as the pre-processed C files do not change while header files
are protected with pargma once. This will also solve any naming issues
caused by ifndef.
2020-03-23 11:04:46 +11:00
..
assembler.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
capdl.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
debug.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
fpu.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
interrupt.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
io.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
profiler.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
registerset.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
timer.h replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00