repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove dummy asm/kvm.h files
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-sparc
/
sections.h
blob
cbd019162425bf90b4df4ef526b7c42370513cc1
1
#ifndef ___ASM_SPARC_SECTIONS_H
2
#define ___ASM_SPARC_SECTIONS_H
3
#if defined(__sparc__) && defined(__arch64__)
4
#include <asm-sparc/sections_64.h>
5
#else
6
#include <asm-sparc/sections_32.h>
7
#endif
8
#endif