Subversion Repositories Kolibri OS

Rev

Rev 5037 | Rev 5042 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5037 Rev 5038
Line 20... Line 20...
20
__DEBUG_LEVEL__ = 1
20
__DEBUG_LEVEL__ = 1
Line 21... Line 21...
21
 
21
 
22
node equ ftdi_context
22
node equ ftdi_context
Line 23... Line 23...
23
node.next equ ftdi_context.next_context
23
node.next equ ftdi_context.next_context
24
 
24
 
25
include '../proc32.inc'
25
include '../../proc32.inc'
26
include '../imports.inc'
26
include '../../imports.inc'
Line 27... Line 27...
27
include '../fdo.inc'
27
include '../../fdo.inc'
28
include '../struct.inc'
28
include '../../struct.inc'
Line 29... Line 29...
29
 
29