From: Will Sowerbutts Date: Sun, 22 Jan 2017 22:48:03 +0000 (+0000) Subject: Kernel: kernel.h, move comment about kernel.def to correct location X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6856fee17647eaf09bd4645dcecb443c76e04424;p=FUZIX.git Kernel: kernel.h, move comment about kernel.def to correct location --- diff --git a/Kernel/include/kernel.h b/Kernel/include/kernel.h index dd237653..5cc48273 100644 --- a/Kernel/include/kernel.h +++ b/Kernel/include/kernel.h @@ -434,11 +434,12 @@ typedef struct u_data { uaddr_t u_codebase; /* 32bit platform base pointers */ #endif int (*u_sigvec[NSIGS])(int); /* Array of signal vectors */ - /**** If you change this top section, also update offsets in "kernel.def" ****/ uint8_t * u_base; /* Source or dest for I/O */ usize_t u_count; /* Amount for I/O */ off_t u_offset; /* Place in file for I/O */ + /**** If you change this top section, also update offsets in "kernel.def" ****/ + struct blkbuf *u_buf; bool u_sysio; /* True if I/O to system space */