Subversion Repositories Kolibri OS

Rev

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

Rev 3296 Rev 3520
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 3296 $
16
$Revision: 3520 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 218... Line 218...
218
 
218
 
Line 219... Line 219...
219
; Pci functions
219
; Pci functions
Line -... Line 220...
-
 
220
 
-
 
221
include "bus/pci/pci32.inc"
-
 
222
 
220
 
223
; USB functions
Line 221... Line 224...
221
include "bus/pci/pci32.inc"
224
include "bus/usb/init.inc"
222
 
225