2003-08-22 11:23:48 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2003-08-22
|
|
|
|
;
|
2012-03-04 13:08:54 +00:00
|
|
|
; unsigned char ser_close (void);
|
2003-08-22 11:23:48 +00:00
|
|
|
; /* "Close" the port. Clear buffers and and disable interrupts. */
|
|
|
|
|
|
|
|
|
|
|
|
.include "ser-kernel.inc"
|
|
|
|
|
|
|
|
_ser_close = ser_close
|