00001
00011 #if !defined(_SECTIONS_H_)
00012 #define _SECTIONS_H_
00013
00014 #define LARD_SECTION __attribute__((section("lard")))
00015 #define MAP_SECTION LARD_SECTION
00016 #define BUDGET_SECTION LARD_SECTION
00017 #define SAVE_SECTION LARD_SECTION
00018 #define BUILD_SECTION LARD_SECTION
00019 #define DISASTER_SECTION LARD_SECTION
00020 #define CONFIG_SECTION LARD_SECTION
00021 #define REPEATH_SECTION LARD_SECTION
00022 #define QUERY_SECTION LARD_SECTION
00023 #define HIRES_SECTION LARD_SECTION
00024 #define PACK_SECTION LARD_SECTION
00025 #define BEAM_SECTION LARD_SECTION
00026 #define MINIMAP_SECTION LARD_SECTION
00027
00028 #endif