[Skiboot] [PATCH V4 5/9] include/asm: Create asm_byteorder.h header file

Nicholas Piggin npiggin at gmail.com
Wed Jun 21 14:30:38 AEST 2023


On Wed Jun 21, 2023 at 12:52 AM AEST, Christophe Lombard wrote:
> This file is used by the external library: libpldm.
>
> Signed-off-by: Christophe Lombard <clombard at linux.ibm.com>

Reviewed-by: Nicholas Piggin <npiggin at gmail.com>

> ---
>  include/asm/byteorder.h | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>  create mode 100644 include/asm/byteorder.h
>
> diff --git a/include/asm/byteorder.h b/include/asm/byteorder.h
> new file mode 100644
> index 00000000..9155d7dd
> --- /dev/null
> +++ b/include/asm/byteorder.h
> @@ -0,0 +1,10 @@
> +/* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
> + * Copyright 2022 IBM Corp.
> + */
> +
> +#ifndef _ASM_BYTEORDER_H
> +#define _ASM_BYTEORDER_H
> +
> +#include <endian.h>
> +
> +#endif /* _ASM_BYTEORDER_H */
> -- 
> 2.40.1
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot



More information about the Skiboot mailing list