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