OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-i960/] [unaligned.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#ifndef _I960_UNALIGNED_H
2
#define _I960_UNALIGNED_H
3
 
4
/*
5
 * The i960 can do unaligned accesses itself.
6
 *
7
 * The strange macros are there to make sure these can't
8
 * be misused in a way that makes them not work on other
9
 * architectures where unaligned accesses aren't as simple.
10
 */
11
 
12
#define get_unaligned(ptr) (*(ptr))
13
 
14
#define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
15
 
16
#endif /* _I960_UNALIGNED_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.