Skip to content
Commit 1965aae3 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

x86: Fix ASM_X86__ header guards



Change header guards named "ASM_X86__*" to "_ASM_X86_*" since:

a. the double underscore is ugly and pointless.
b. no leading underscore violates namespace constraints.

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 87e299e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment