forked from KolibriOS/kolibrios
Drivers:
Added FS_Service to fasm includes git-svn-id: svn://kolibrios.org@9056 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9b2048f146
commit
36c4b6f145
@ -108,4 +108,6 @@ kernel_export \
|
|||||||
NetFree,\
|
NetFree,\
|
||||||
EthInput,\
|
EthInput,\
|
||||||
\
|
\
|
||||||
GetPCIList
|
GetPCIList, \
|
||||||
|
\
|
||||||
|
FS_Service
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user