You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
10 lines
155 B
C
10 lines
155 B
C
|
|
#ifndef _SPARC64_SECTIONS_H
|
||
|
|
#define _SPARC64_SECTIONS_H
|
||
|
|
|
||
|
|
/* nothing to see, move along */
|
||
|
|
#include <asm-generic/sections.h>
|
||
|
|
|
||
|
|
extern char _start[];
|
||
|
|
|
||
|
|
#endif
|