From 6856fee17647eaf09bd4645dcecb443c76e04424 Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Sun, 22 Jan 2017 22:48:03 +0000 Subject: [PATCH] Kernel: kernel.h, move comment about kernel.def to correct location --- Kernel/include/kernel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.34.1