repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.13-rc4
[linux-2.6/next.git]
/
arch
/
m68k
/
mac
/
mac_ksyms.c
blob
6e37ceb0f3b5193a385e4327838995d8ddb0cd97
1
#include <linux/module.h>
2
#include <asm/ptrace.h>
3
#include <asm/traps.h>
4
5
/* Says whether we're using A/UX interrupts or not */
6
extern
int
via_alt_mapping
;
7
8
EXPORT_SYMBOL
(
via_alt_mapping
);