Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / unix / mips / entry.h
blob04d05d2b0a3582b328b94f487503ab648a4367d2
1 #ifndef __ASSEMBLY__
2 extern void __start (void);
3 #endif
5 #define ENTRY_POINT __start