xen/arm: bitops: Consolidate prototypes in one place
authorJulien Grall <julien.grall@arm.com>
Mon, 29 Apr 2019 14:05:20 +0000 (15:05 +0100)
committerJulien Grall <julien.grall@arm.com>
Fri, 14 Jun 2019 13:27:32 +0000 (14:27 +0100)
commit3a4e55e6051bb10f9debc4fb874c31081b24930b
tree9e13aff474de0193128ce881469fde89d7217b84
parent429fb328442b1671d1679b8c95088b6cd5427fc6
xen/arm: bitops: Consolidate prototypes in one place

The prototype are the same between arm32 and arm64. Consolidate them in
asm-arm/bitops.h.

This change will help the introductions of new helpers in a follow-up
patch.

This is part of XSA-295.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/arm32/bitops.h
xen/include/asm-arm/arm64/bitops.h
xen/include/asm-arm/bitops.h