Subversion Repositories Kolibri OS

Rev

Rev 6079 | Rev 6318 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6079 Rev 6244
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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 8... Line 8...
8
$Revision: 6079 $
8
$Revision: 6244 $
9
 
9
 
10
 
10
 
Line 352... Line 352...
352
EVENT_NETWORK2     equ 0x00000200
352
EVENT_NETWORK2     equ 0x00000200
353
EVENT_EXTENDED     equ 0x00000400
353
EVENT_EXTENDED     equ 0x00000400
Line 354... Line 354...
354
 
354
 
Line 355... Line 355...
355
EV_INTR            equ 1
355
EV_INTR            equ 1
356
 
356
 
357
STDIN_FILENO    equ 0
357
STDIN_FILENO       equ 0
-
 
358
STDOUT_FILENO      equ 1
-
 
359
STDERR_FILENO      equ 2
-
 
360
 
-
 
361
SYSTEM_SHUTDOWN    equ 2
Line 358... Line 362...
358
STDOUT_FILENO   equ 1
362
SYSTEM_REBOOT      equ 3
359
STDERR_FILENO   equ 2
363
SYSTEM_RESTART     equ 4
360
 
364
 
361
struct SYSCALL_STACK
365
struct SYSCALL_STACK