Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 8037
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2013-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2013-2015. 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: 5363 $
8
$Revision: 8037 $
9
 
9
 
Line 18... Line 18...
18
        dd      usb_process_gtd
18
        dd      usb_process_gtd
19
        dd      usb_init_static_endpoint
19
        dd      usb_init_static_endpoint
20
        dd      usb_wakeup_if_needed
20
        dd      usb_wakeup_if_needed
21
        dd      usb_subscribe_control
21
        dd      usb_subscribe_control
22
        dd      usb_subscription_done
22
        dd      usb_subscription_done
23
        dd      usb_allocate_common
23
        dd      slab_alloc
24
        dd      usb_free_common
24
        dd      slab_free
25
        dd      usb_td_to_virt
25
        dd      usb_td_to_virt
26
        dd      usb_init_transfer
26
        dd      usb_init_transfer
27
        dd      usb_undo_tds
27
        dd      usb_undo_tds
28
        dd      usb_test_pending_port
28
        dd      usb_test_pending_port
29
        dd      usb_get_tt
29
        dd      usb_get_tt