Subversion Repositories Kolibri OS

Rev

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

Rev 3504 Rev 3506
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3504 $
8
$Revision: 3506 $
9
 
9
 
10
 
10
 
Line 686... Line 686...
686
 
686
 
687
struct  IRQH
687
struct  IRQH
688
        list            LHEAD
688
        list            LHEAD
689
        handler         dd ?   ;handler roututine
689
        handler         dd ?   ;handler roututine
-
 
690
        data            dd ?   ;user-specific data
690
        data            dd ?   ;user-specific data
691
        num_ints        dd ?   ;how many times handled