forked from KolibriOS/kolibrios
Fixed same constants' names typo
git-svn-id: svn://kolibrios.org@5551 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
effff3c57c
commit
e6c8640959
@ -35,7 +35,7 @@ STOP_BIT_15 = 1 shl 11
|
|||||||
STOP_BIT_2 = 2 shl 11
|
STOP_BIT_2 = 2 shl 11
|
||||||
;break type
|
;break type
|
||||||
BREAK_OFF = 0 shl 14
|
BREAK_OFF = 0 shl 14
|
||||||
BREAK_OFF = 1 shl 14
|
BREAK_ON = 1 shl 14
|
||||||
;number of bits has to be at lower byte
|
;number of bits has to be at lower byte
|
||||||
|
|
||||||
;Flow control
|
;Flow control
|
||||||
@ -178,3 +178,4 @@ ends
|
|||||||
struc in_buf_map
|
struc in_buf_map
|
||||||
pid dd ? ; Should be PID of application using this file
|
pid dd ? ; Should be PID of application using this file
|
||||||
dev_handle dd ? ; Should be value acquired from one of dev_list's nodes
|
dev_handle dd ? ; Should be value acquired from one of dev_list's nodes
|
||||||
|
ends
|
||||||
|
Loading…
Reference in New Issue
Block a user