projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6]
/
include
/
asm-sparc64
/
sections.h
1
#ifndef _SPARC64_SECTIONS_H
2
#define _SPARC64_SECTIONS_H
3
4
/* nothing to see, move along */
5
#include <asm-generic/sections.h>
6
7
extern char _start[];
8
9
#endif