Added FS_Service to fasm includes

git-svn-id: svn://kolibrios.org@9056 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat 2021-07-12 22:42:27 +00:00
parent 9b2048f146
commit 36c4b6f145
2 changed files with 10 additions and 5 deletions

View File

@ -108,4 +108,6 @@ kernel_export \
NetFree,\
EthInput,\
\
GetPCIList
GetPCIList, \
\
FS_Service

View File

@ -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