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