kernel.def: add buffer size to Z80 port
authorAlan Cox <alan@etchedpixels.co.uk>
Tue, 20 Oct 2015 14:49:45 +0000 (15:49 +0100)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 20 Oct 2015 14:49:45 +0000 (15:49 +0100)
Kernel/kernel.def

index 1bf50bb..c7a68a9 100644 (file)
@@ -31,3 +31,6 @@ P_READY                     .equ 2            ; value from include/kernel.h
 OS_BANK                     .equ 0            ; value from include/kernel.h
 
 EAGAIN                      .equ 11           ; value from include/kernel.h
+
+; Keep in sync with struct blkbuf
+BUFSIZE                    .equ 520