Various fixes, resulting from (more) Linux work.

Upstream commits applied.
This commit is contained in:
waltje
2018-10-08 02:27:07 -04:00
parent 6a6f23fe68
commit 5d6b369df8
15 changed files with 343 additions and 214 deletions

View File

@@ -8,7 +8,7 @@
*
* Definitions for the memory interface.
*
* Version: @(#)mem.h 1.0.10 2018/09/18
* Version: @(#)mem.h 1.0.11 2018/10/07
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Sarah Walker, <tommowalker@tommowalker.co.uk>
@@ -78,7 +78,7 @@ typedef struct _memmap_ {
uint32_t flags;
void *p; /* backpointer to mapping or device */
void *p2; /* FIXME: temporary hack for Headland --FvK */
void *dev; /* backpointer to memory device */
} mem_map_t;