mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-26 22:06:06 +03:00
7 lines
98 B
C++
7 lines
98 B
C++
#include "os/internal/Queue.hpp"
|
|
|
|
OSEVENT s_queue[32];
|
|
|
|
int32_t s_queueHead;
|
|
int32_t s_queueTail;
|