update DI disc code
[libogc.git] / libogc / lwp_threadq.inl
blobcce5c04ad4762767bab3428b65dd8e17bd463ded
1 #ifndef __LWP_THREADQ_INL__
2 #define __LWP_THREADQ_INL__
4 static __inline__ void __lwp_threadqueue_csenter(lwp_thrqueue *queue)
6         queue->sync_state = LWP_THREADQ_NOTHINGHAPPEND;
9 #endif