mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 18:33:16 +01:00
8 lines
116 B
C
8 lines
116 B
C
#ifndef __LINKER_H__
|
|
#define __LINKER_H__
|
|
|
|
extern char vma_start[];
|
|
extern char __end[];
|
|
|
|
#endif /* __LINKER_H__ */
|