2019-05-27 06:55:01 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2009-01-06 22:56:23 +00:00
|
|
|
/*
|
|
|
|
*/
|
2012-10-09 08:47:26 +00:00
|
|
|
#ifndef _ASM_POWERPC_SWAB_H
|
|
|
|
#define _ASM_POWERPC_SWAB_H
|
2009-01-06 22:56:23 +00:00
|
|
|
|
2012-10-09 08:47:26 +00:00
|
|
|
#include <uapi/asm/swab.h>
|
2009-01-06 22:56:23 +00:00
|
|
|
|
|
|
|
#endif /* _ASM_POWERPC_SWAB_H */
|