diff options
| author | Graeme Russ <[email protected]> | 2010-04-24 00:05:35 +1000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-05-06 00:13:08 +0200 |
| commit | 721c36705a9efc7b67f78d0c3e8485e4f1b8bcc9 (patch) | |
| tree | 9de799591da85e4061377e371e819e37b4ad4acb | |
| parent | 93c7e70f648fb817e519f6e163b7ef9befc27349 (diff) | |
x86: Add unaligned.h
Signed-off-by: Graeme Russ <[email protected]>
| -rw-r--r-- | arch/i386/include/asm/unaligned.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/include/asm/unaligned.h b/arch/i386/include/asm/unaligned.h new file mode 100644 index 00000000000..6cecbbb2111 --- /dev/null +++ b/arch/i386/include/asm/unaligned.h @@ -0,0 +1 @@ +#include <asm-generic/unaligned.h> |
