Added getThreadStaticBuffers for IPC

This commit is contained in:
Lectem 2015-09-01 15:28:52 -04:00
parent d10fc00786
commit 98d937ebc1

View File

@ -233,6 +233,11 @@ static inline u32* getThreadCommandBuffer(void)
return (u32*)((u8*)getThreadLocalStorage() + 0x80);
}
static inline u32* getThreadStaticBuffers(void)
{
return (u32*)((u8*)getThreadLocalStorage() + 0x180);
}
///@name Memory management
///@{