summaryrefslogtreecommitdiff
path: root/include/asm-mips/sections.h
blob: 51ce12aeee83637fec903df3afe1bd98c9ece021 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _ASM_SECTIONS_H
#define _ASM_SECTIONS_H

#include <asm-generic/sections.h>

extern char _fdata;
extern char _end;

#endif /* _ASM_SECTIONS_H */