libpayload: Fix guards in include/{arm,arm64,x86}/arch/barrier.h

Change-Id: Ib4897c4f5837f7f3173d5062eecb893adbe36964
Signed-off-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64365
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
David Hendricks 2022-05-15 14:42:57 -07:00 committed by Arthur Heymans
parent c6396a82e9
commit 7d0e5fa3ff
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
*
*/
#ifndef __ARCH_BARRIER_H_
#ifndef __ARCH_BARRIER_H__
#define __ARCH_BARRIER_H__
#include <arch/cache.h>

View File

@ -33,7 +33,7 @@
*
*/
#ifndef __ARCH_BARRIER_H_
#ifndef __ARCH_BARRIER_H__
#define __ARCH_BARRIER_H__
#include <arch/cache.h>

View File

@ -27,7 +27,7 @@
*
*/
#ifndef __ARCH_BARRIER_H_
#ifndef __ARCH_BARRIER_H__
#define __ARCH_BARRIER_H__
#define mb()