summaryrefslogtreecommitdiff
path: root/mm/src/buffers/gfxbuffers.c
blob: 4a20afcbe5cd569d10e1f4a7197d9a039148439e (plain)
1
2
3
4
5
6
7
8
#include "prevent_bss_reordering.h"
#include "buffers.h"

u8 gGfxSPTaskYieldBuffer[OS_YIELD_DATA_SIZE] ALIGNED(16);

STACK(gGfxSPTaskStack, 0x400) ALIGNED(16);

GfxPool gGfxPools[2] ALIGNED(16);