forked from KolibriOS/kolibrios
kernel: export pe disk functions
git-svn-id: svn://kolibrios.org@3397 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b5556d9137
commit
1c5f400737
@ -283,6 +283,9 @@ __exports:
|
|||||||
alloc_page, 'AllocPage', \ ; gcc ABI
|
alloc_page, 'AllocPage', \ ; gcc ABI
|
||||||
alloc_pages, 'AllocPages', \ ; stdcall
|
alloc_pages, 'AllocPages', \ ; stdcall
|
||||||
commit_pages, 'CommitPages', \ ; eax, ebx, ecx
|
commit_pages, 'CommitPages', \ ; eax, ebx, ecx
|
||||||
|
\
|
||||||
|
disk_add, 'DiskAdd', \ ;stdcall
|
||||||
|
disk_media_changed, 'DiskMediaChanged', \ ;stdcall
|
||||||
\
|
\
|
||||||
create_event, 'CreateEvent', \ ; ecx, esi
|
create_event, 'CreateEvent', \ ; ecx, esi
|
||||||
destroy_event, 'DestroyEvent', \ ;
|
destroy_event, 'DestroyEvent', \ ;
|
||||||
|
Loading…
Reference in New Issue
Block a user