Skip to content

Commit

Permalink
ahci: fix build issue from earlier renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed May 12, 2023
1 parent 58046af commit 6ec83a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/storage/ahci/manager.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/**
* MollenOS
*
* Copyright 2017, Philip Meulengracht
*
* This program is free software : you can redistribute it and / or modify
Expand Down Expand Up @@ -185,7 +183,7 @@ AhciManagerRegisterDevice(
}

static void
RegisterStorage(
__RegisterStorage(
_In_ uuid_t ProtocolServerId,
_In_ uuid_t DeviceId,
_In_ unsigned int Flags)
Expand All @@ -200,7 +198,7 @@ RegisterStorage(
}

static void
UnregisterStorage(
__UnregisterStorage(
_In_ uuid_t deviceId,
_In_ uint8_t forced)
{
Expand Down

0 comments on commit 6ec83a5

Please sign in to comment.