Subversion Repositories Kolibri OS

Rev

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

Rev 2640 Rev 3393
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: 2640 $
8
$Revision: 3393 $
9
 
9
 
10
 
10
 
Line 568... Line 568...
568
struct  MUTEX
568
struct  MUTEX
569
        lhead   LHEAD
569
        lhead   LHEAD
570
        count   dd ?
570
        count   dd ?
571
ends
571
ends
Line -... Line 572...
-
 
572
 
-
 
573
struct  PCIDEV
-
 
574
        bk              dd ?
-
 
575
        fd              dd ?
-
 
576
        vendor_device_id dd ?
-
 
577
        class           dd ?
-
 
578
        devfn           db ?
-
 
579
        bus             db ?
-
 
580
ends
572
 
581
 
573
struct  MEM_STATE
582
struct  MEM_STATE
574
        mutex           MUTEX
583
        mutex           MUTEX
575
        smallmap        dd ?
584
        smallmap        dd ?
576
        treemap         dd ?
585
        treemap         dd ?