mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3040 96395faa-99c1-11dd-bbfe-3dabce05a288
21 lines
389 B
Modula-2
21 lines
389 B
Modula-2
; FireWire.def : Declares the module parameters for the DLL.
|
|
|
|
;LIBRARY "FWnull"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
PS2EgetLibType @2
|
|
PS2EgetLibName @3
|
|
PS2EgetLibVersion2 @4
|
|
FWinit @5
|
|
FWshutdown @6
|
|
FWopen @7
|
|
FWclose @8
|
|
FWread32 @11
|
|
FWwrite32 @14
|
|
FWirqCallback @15
|
|
FWconfigure @17
|
|
FWtest @18
|
|
FWabout @19
|
|
|
|
FWsetSettingsDir
|