Clang pls
This commit is contained in:
parent
4ded138139
commit
81e36150d3
1 changed files with 2 additions and 2 deletions
|
@ -779,7 +779,7 @@ static void Connect(Interface* self) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void InitializeSockets(Interface* self) {
|
static void InitializeSockets(Interface* self) {
|
||||||
// TODO(Subv): Implement
|
// TODO(Subv): Implement
|
||||||
|
|
||||||
u32* cmd_buffer = Kernel::GetCommandBuffer();
|
u32* cmd_buffer = Kernel::GetCommandBuffer();
|
||||||
cmd_buffer[0] = IPC::MakeHeader(1, 1, 0);
|
cmd_buffer[0] = IPC::MakeHeader(1, 1, 0);
|
||||||
|
|
Loading…
Reference in a new issue