00001 00038 #ifndef APP_MEMBAG_H_INCLUDED 00039 #define APP_MEMBAG_H_INCLUDED 00040 00042 #define APP_MEMBAG_INITIALIZER \ 00043 MEMBAG(16, 64, &cpu_sram_pool), \ 00044 MEMBAG(32, 32, &cpu_sram_pool), \ 00045 MEMBAG(64, 4, &cpu_sram_pool), \ 00046 MEMBAG(128, 4, &cpu_sram_pool), \ 00047 00048 #endif /* APP_MEMBAG_H_INCLUDED */
1.6.3