Added SER_ prefix. Whitespace cleanup
This commit is contained in:
committed by
Oliver Schmidt
parent
b6529225e9
commit
b7a3abad62
@@ -41,15 +41,15 @@
|
|||||||
VERSION .byte 1 ; Interface version
|
VERSION .byte 1 ; Interface version
|
||||||
LIBREF .addr ; Library reference
|
LIBREF .addr ; Library reference
|
||||||
JUMPTAB .struct
|
JUMPTAB .struct
|
||||||
INSTALL .addr ; INSTALL routine
|
SER_INSTALL .addr ; SER_INSTALL routine
|
||||||
UNINSTALL .addr ; UNINSTALL routine
|
SER_UNINSTALL .addr ; SER_UNINSTALL routine
|
||||||
OPEN .addr ; OPEN routine
|
SER_OPEN .addr ; SER_OPEN routine
|
||||||
CLOSE .addr ; CLOSE routine
|
SER_CLOSE .addr ; SER_CLOSE routine
|
||||||
GET .addr ; GET routine
|
SER_GET .addr ; SER_GET routine
|
||||||
PUT .addr ; PUT routine
|
SER_PUT .addr ; SER_PUT routine
|
||||||
STATUS .addr ; STATUS routine
|
SER_STATUS .addr ; SER_STATUS routine
|
||||||
IOCTL .addr ; IOCTL routine
|
SER_IOCTL .addr ; SER_IOCTL routine
|
||||||
IRQ .addr ; IRQ routine
|
SER_IRQ .addr ; SER_IRQ routine
|
||||||
.endstruct
|
.endstruct
|
||||||
.endstruct
|
.endstruct
|
||||||
|
|
||||||
@@ -160,4 +160,3 @@ SER_STATUS_DSR = $40 ; NOT data set ready
|
|||||||
.global _ser_ioctl
|
.global _ser_ioctl
|
||||||
|
|
||||||
.global _ser_clear_ptr
|
.global _ser_clear_ptr
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user