From 6ec83a5648efbb0b529c2453d0b390ab869356a1 Mon Sep 17 00:00:00 2001 From: Philip Meulengracht Date: Thu, 11 May 2023 11:22:55 +0200 Subject: [PATCH] ahci: fix build issue from earlier renaming --- modules/storage/ahci/manager.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/storage/ahci/manager.c b/modules/storage/ahci/manager.c index 277da451c..eefaf8906 100644 --- a/modules/storage/ahci/manager.c +++ b/modules/storage/ahci/manager.c @@ -1,6 +1,4 @@ /** - * MollenOS - * * Copyright 2017, Philip Meulengracht * * This program is free software : you can redistribute it and / or modify @@ -185,7 +183,7 @@ AhciManagerRegisterDevice( } static void -RegisterStorage( +__RegisterStorage( _In_ uuid_t ProtocolServerId, _In_ uuid_t DeviceId, _In_ unsigned int Flags) @@ -200,7 +198,7 @@ RegisterStorage( } static void -UnregisterStorage( +__UnregisterStorage( _In_ uuid_t deviceId, _In_ uint8_t forced) {