mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Add the dispatch header to X_SEMAPHORE
This commit is contained in:
parent
3bd5dc011c
commit
4e74db8e51
|
|
@ -17,6 +17,7 @@ namespace xe {
|
||||||
namespace kernel {
|
namespace kernel {
|
||||||
|
|
||||||
struct X_SEMAPHORE {
|
struct X_SEMAPHORE {
|
||||||
|
X_DISPATCH_HEADER header;
|
||||||
// TODO: Make this not empty!
|
// TODO: Make this not empty!
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue