M7350/kernel/arch/m68k/include/asm/sections.h
2024-09-09 08:52:07 +00:00

9 lines
159 B
C

#ifndef _ASM_M68K_SECTIONS_H
#define _ASM_M68K_SECTIONS_H
#include <asm-generic/sections.h>
extern char _sbss[], _ebss[];
#endif /* _ASM_M68K_SECTIONS_H */