Main Page | Alphabetical List | Data Structures | File List | Globals | Related Pages

sections.h

Go to the documentation of this file.
00001 
00007 /*      $Id: sections.h,v 1.5 2004/11/17 21:24:57 clavelei Exp $         */
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

Generated on Sun Mar 13 09:36:01 2005 for GPilotS by doxygen 1.3.6