[BACK]Return to unaligned.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-v850

File: [Development] / linux-2.6-xfs / include / asm-v850 / Attic / unaligned.h (download)

Revision 1.3, Mon Aug 4 17:03:13 2008 UTC (9 years, 2 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.2: +8 -116 lines

Merge up to 2.6.26
Merge of 2.6.x-xfs-melb:linux:31804b by kenmcd.

/*
 *  Copyright (C) 2001  NEC Corporation
 *  Copyright (C) 2001  Miles Bader <miles@gnu.org>
 *
 * This file is subject to the terms and conditions of the GNU General
 * Public License.  See the file COPYING in the main directory of this
 * archive for more details.
 *
 * Note that some v850 chips support unaligned access, but it seems too
 * annoying to use.
 */
#ifndef _ASM_V850_UNALIGNED_H
#define _ASM_V850_UNALIGNED_H

#include <linux/unaligned/be_byteshift.h>
#include <linux/unaligned/le_byteshift.h>
#include <linux/unaligned/generic.h>

#define get_unaligned	__get_unaligned_le
#define put_unaligned	__put_unaligned_le

#endif /* _ASM_V850_UNALIGNED_H */