2009-01-06 14:56:23 -08:00
|
|
|
/*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version
|
|
|
|
* 2 of the License, or (at your option) any later version.
|
|
|
|
*/
|
2012-10-09 09:47:26 +01:00
|
|
|
#ifndef _ASM_POWERPC_SWAB_H
|
|
|
|
#define _ASM_POWERPC_SWAB_H
|
2009-01-06 14:56:23 -08:00
|
|
|
|
2012-10-09 09:47:26 +01:00
|
|
|
#include <uapi/asm/swab.h>
|
2009-01-06 14:56:23 -08:00
|
|
|
|
|
|
|
#endif /* _ASM_POWERPC_SWAB_H */
|