2008-11-06 23:27:06 +00:00
|
|
|
; USBlinuz.def : Declares the module parameters for the DLL.
|
|
|
|
|
2010-05-18 02:59:50 +00:00
|
|
|
;LIBRARY "USBnull"
|
2009-02-24 02:08:37 +00:00
|
|
|
;DESCRIPTION 'USBnull Driver'
|
2008-11-06 23:27:06 +00:00
|
|
|
|
|
|
|
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
|
2010-05-14 23:15:23 +00:00
|
|
|
|
|
|
|
USBsetSettingsDir
|