swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: a8bd60705aa17a998516837d9c1e503ad4cbd7fc authored by Linus Torvalds on 25 May 2006, 01:50:17 UTC
Linux 2.6.17-rc5
Tip revision: a8bd607
sections.h
#ifndef _SPARC64_SECTIONS_H
#define _SPARC64_SECTIONS_H

/* nothing to see, move along */
#include <asm-generic/sections.h>

extern char _start[];

#endif
back to top