about summary refs log tree commit diff
path: root/sysdeps/generic/entry.h
blob: 2f17ce8a4b19ae876e424381a2a4791a1d6e96b8 (plain) (blame)
1
2
3
4
5
#ifndef __ASSEMBLY__
extern void _start (void);
#endif

#define ENTRY_POINT _start