Subversion Repositories Kolibri OS

Rev

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

Rev 1761 Rev 1763
Line -... Line 1...
-
 
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
2
;;                                                                 ;;
-
 
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved.    ;;
-
 
4
;; Distributed under terms of the GNU General Public License       ;;
-
 
5
;;                                                                 ;;
-
 
6
;;  Part of the tcp/ip network stack for KolibriOS                 ;;
-
 
7
;;                                                                 ;;
-
 
8
;;   Written by hidnplayr@kolibrios.org                            ;;
-
 
9
;;                                                                 ;;
-
 
10
;;    Based on the code of 4.4BSD                                  ;;
-
 
11
;;                                                                 ;;
-
 
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
-
 
13
;;             Version 2, June 1991                                ;;
-
 
14
;;                                                                 ;;
-
 
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
16
 
-
 
17
$Revision: 1763 $
Line 1... Line 18...
1
;----------------------
18
 
2
; 160 ms timer
19
;----------------------
3
;----------------------
20
; 160 ms timer
4
macro	TCP_timer_160ms {
21
;----------------------