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

#define ENTRY_POINT __start