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 New Issue