9 lines
159 B
C
9 lines
159 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef _CRIS_SWAB_H
|
||
|
#define _CRIS_SWAB_H
|
||
|
|
||
|
#include <arch/swab.h>
|
||
|
#include <uapi/asm/swab.h>
|
||
|
|
||
|
#endif /* _CRIS_SWAB_H */
|