Use new ARM instructions for interrupts, exceptions and system calls.
[AROS.git] / tools / collect-aros / backend.h
blob7f8b56edc8c10eb6eaee73ad49e918b2b640746b
1 #ifndef _BACKEND_H_
2 #define _BACKEND_H_
4 #include "gensets.h"
6 extern int check_and_print_undefined_symbols(const char *file);
7 extern void collect_sets(const char *file, setnode **setlist_ptr);
8 extern void collect_libs(const char *file, setnode **liblist_ptr);
10 #endif /* !_BACKEND_H_ */