Subversion Repositories Kolibri OS

Rev

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

Rev 1206 Rev 2540
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
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 ?