Subversion Repositories Kolibri OS

Rev

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

Rev 1635 Rev 2010
Line 14... Line 14...
14
API_VERSION     equ 0  ;debug
14
API_VERSION     equ 0  ;debug
Line 15... Line 15...
15
 
15
 
16
include 'proc32.inc'
16
include 'proc32.inc'
Line 17... Line -...
17
include 'imports.inc'
-
 
18
 
-
 
19
OS_BASE         equ 0;
-
 
20
new_app_base    equ 0x60400000
-
 
21
PROC_BASE       equ OS_BASE+0x0080000
17
include 'imports.inc'
22
 
18
 
23
struc IOCTL
19
struc IOCTL
24
{  .handle      dd ?
20
{  .handle      dd ?
25
   .io_code     dd ?
21
   .io_code     dd ?