repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.8-rc8
[linux/fpc-iii.git]
/
arch
/
sparc
/
include
/
asm
/
auxio.h
blob
3e09a07b77e9132adb3dbcdc906270453df0f3dd
1
#ifndef ___ASM_SPARC_AUXIO_H
2
#define ___ASM_SPARC_AUXIO_H
3
4
#ifndef __ASSEMBLY__
5
6
extern
void
__iomem
*
auxio_register
;
7
8
#endif
/* ifndef __ASSEMBLY__ */
9
10
#if defined(__sparc__) && defined(__arch64__)
11
#include <asm/auxio_64.h>
12
#else
13
#include <asm/auxio_32.h>
14
#endif
15
#endif