repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
UIO: Add write function to allow irq masking
[linux-2.6/mini2440.git]
/
include
/
asm-sparc
/
ptrace.h
blob
f36ab6c30ff30cbf19c71e39af7a33c877b4b4bb
1
#ifndef ___ASM_SPARC_PTRACE_H
2
#define ___ASM_SPARC_PTRACE_H
3
#if defined(__sparc__) && defined(__arch64__)
4
#include <asm-sparc/ptrace_64.h>
5
#else
6
#include <asm-sparc/ptrace_32.h>
7
#endif
8
#endif