Subversion Repositories Kolibri OS

Rev

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

Rev 9848 Rev 9888
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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: 9848 $
8
$Revision: 9888 $
9
 
9
 
10
 
10
 
Line 680... Line 680...
680
        refcount        dd ?   ;reference counter for this process and this lib
680
        refcount        dd ?   ;reference counter for this process and this lib
681
        parent          dd ?   ;DLLDESCR
681
        parent          dd ?   ;DLLDESCR
682
ends
682
ends
Line 683... Line 683...
683
 
683
 
-
 
684
struct DQ
684
struct DQ
685
        union
-
 
686
                lo    dd ?
-
 
687
                hi_be dd ?      ; big endian
-
 
688
        ends
685
        lo dd ?
689
        union
-
 
690
                hi    dd ?
-
 
691
                lo_be dd ?
686
        hi dd ?
692
        ends
Line 687... Line 693...
687
ends
693
ends
688
 
694
 
689
struct e820entry
695
struct e820entry