diff options
author | 2017-03-23 19:00:44 +0000 | |
---|---|---|
committer | 2017-04-04 17:49:26 +0100 | |
commit | 65c2e69b3ccaa359032cfc35c4dbb8d235f63e5b (patch) | |
tree | 5f0946840c7e8815d4106da2e51c0bd9ce26b363 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | arm64: relocation testing module (diff) | |
download | linux-rng-65c2e69b3ccaa359032cfc35c4dbb8d235f63e5b.tar.xz linux-rng-65c2e69b3ccaa359032cfc35c4dbb8d235f63e5b.zip |
include: pe.h: allow for use in assembly
Some of the definitions in include/linux/pe.h would be useful for the
EFI stub headers, where values are currently open-coded. Unfortunately
they cannot be used as some structures are also defined in pe.h without
!__ASSEMBLY__ guards.
This patch moves the structure definitions into an #ifdef __ASSEMBLY__
block, so that the common value definitions can be used from assembly.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions