mirror of
https://github.com/drasko/codezero.git
synced 2026-04-11 22:49:03 +02:00
Restrictions on naming of baremetal containers removed and we have an
automation script for integrating containers in baremetal/
This commit is contained in:
7
conts/baremetal/timer_service/include/linker.h
Normal file
7
conts/baremetal/timer_service/include/linker.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __LINKER_H__
|
||||
#define __LINKER_H__
|
||||
|
||||
extern char vma_start[];
|
||||
extern char __end[];
|
||||
|
||||
#endif /* __LINKER_H__ */
|
||||
Reference in New Issue
Block a user