00001
00007
00008
00009 #ifndef __SECTIONS_INCLUDE
00010
00011 #define EDIT_SECTION __attribute__ ((section ("othersec"))) // editwpt.c
00012 #define IO_SECTION __attribute__ ((section ("iosec"))) // dbio.c, gpsio.c
00013 #define LL_SECTION __attribute__ ((section ("othersec"))) // latlong.c
00014 #define MAP_SECTION __attribute__ ((section ("othersec"))) // map.c
00015 #define ROUTE_SECTION __attribute__ ((section ("othersec"))) // route.c
00016 #define TRACK_SECTION __attribute__ ((section ("othersec"))) // track.c
00017 #define LOG_SECTION __attribute__ ((section ("othersec"))) // log.c
00018 #define MEMO_SECTION __attribute__ ((section ("othersec"))) // memo.c
00019 #define UTIL_SECTION __attribute__ ((section ("iosec"))) // gpsutil.c, objects.c
00020
00021 #define __SECTIONS_INCLUDE
00022 #endif