mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-13 21:12:46 +00:00
56175a7b26
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3040 96395faa-99c1-11dd-bbfe-3dabce05a288
30 lines
549 B
Modula-2
30 lines
549 B
Modula-2
; USBlinuz.def : Declares the module parameters for the DLL.
|
|
|
|
;LIBRARY "USBnull"
|
|
;DESCRIPTION 'USBnull Driver'
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
PS2EgetLibType @2
|
|
PS2EgetLibName @3
|
|
PS2EgetLibVersion2 @4
|
|
USBinit @5
|
|
USBshutdown @6
|
|
USBopen @7
|
|
USBclose @8
|
|
USBread8 @9
|
|
USBread16 @10
|
|
USBread32 @11
|
|
USBwrite8 @12
|
|
USBwrite16 @13
|
|
USBwrite32 @14
|
|
USBirqCallback @15
|
|
USBirqHandler @16
|
|
USBsetRAM @17
|
|
|
|
USBconfigure @18
|
|
USBtest @19
|
|
USBabout @20
|
|
|
|
USBsetSettingsDir
|