From 36c4b6f1456e8e7f233bec5732fedacff44d5918 Mon Sep 17 00:00:00 2001 From: turbocat Date: Mon, 12 Jul 2021 22:42:27 +0000 Subject: [PATCH] Drivers: Added FS_Service to fasm includes git-svn-id: svn://kolibrios.org@9056 a494cfbc-eb01-0410-851d-a64ba20cac60 --- drivers/imports.inc | 4 +++- drivers/peimport.inc | 11 +++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/imports.inc b/drivers/imports.inc index 7a30344eef..de344d08cc 100644 --- a/drivers/imports.inc +++ b/drivers/imports.inc @@ -108,4 +108,6 @@ kernel_export \ NetFree,\ EthInput,\ \ - GetPCIList + GetPCIList, \ +\ + FS_Service diff --git a/drivers/peimport.inc b/drivers/peimport.inc index d0daf21da9..e44abc150f 100644 --- a/drivers/peimport.inc +++ b/drivers/peimport.inc @@ -64,9 +64,9 @@ import core,\ ReservePortArea,\ Boot_Log,\ \ - MutexInit,\ - MutexLock,\ - MutexUnlock,\ + MutexInit,\ + MutexLock,\ + MutexUnlock,\ \ PciApi,\ PciRead32,\ @@ -159,5 +159,8 @@ import core,\ NetAlloc,\ NetFree,\ \ - GetPCIList + GetPCIList, \ +\ + FS_Service + end data