Subversion Repositories Kolibri OS

Rev

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

Rev 444 Rev 462
Line 4... Line 4...
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
9
DRV_COMPAT   equ  4  ;minimal required drivers version
9
DRV_COMPAT   equ  5  ;minimal required drivers version
Line 10... Line 10...
10
DRV_CURRENT  equ  4  ;current drivers model version
10
DRV_CURRENT  equ  5  ;current drivers model version
Line 11... Line 11...
11
 
11
 
12
DRV_VERSION equ (DRV_COMPAT shl 16) or DRV_CURRENT
12
DRV_VERSION equ (DRV_COMPAT shl 16) or DRV_CURRENT