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,\ NetFree,\
EthInput,\ EthInput,\
\ \
GetPCIList GetPCIList, \
\
FS_Service

View File

@ -64,9 +64,9 @@ import core,\
ReservePortArea,\ ReservePortArea,\
Boot_Log,\ Boot_Log,\
\ \
MutexInit,\ MutexInit,\
MutexLock,\ MutexLock,\
MutexUnlock,\ MutexUnlock,\
\ \
PciApi,\ PciApi,\
PciRead32,\ PciRead32,\
@ -159,5 +159,8 @@ import core,\
NetAlloc,\ NetAlloc,\
NetFree,\ NetFree,\
\ \
GetPCIList GetPCIList, \
\
FS_Service
end data end data