diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-01-11 23:23:24 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-01-13 00:59:16 +0100 |
commit | 566c227636481b246d928772ebeaacbc7c37145b (patch) | |
tree | 5438a78f92517b7b3882f328ba6cf4fca2c1215c /vm | |
parent | 92fad38a043b75ed6b435b3efa574ede91dbe9ee (diff) | |
download | gnumach-566c227636481b246d928772ebeaacbc7c37145b.tar.gz gnumach-566c227636481b246d928772ebeaacbc7c37145b.tar.bz2 gnumach-566c227636481b246d928772ebeaacbc7c37145b.zip |
Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for mach4.defs and mach_host.defs.
Also move more mach_debug rpcs to kern/mach_debug.h.
Message-Id: <Y7+LPMLOafUQrNHZ@jupiter.tail36e24.ts.net>
Diffstat (limited to 'vm')
-rw-r--r-- | vm/vm_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_debug.c b/vm/vm_debug.c index c76e63b7..526bb163 100644 --- a/vm/vm_debug.c +++ b/vm/vm_debug.c @@ -46,6 +46,7 @@ #include <vm/vm_map.h> #include <vm/vm_kern.h> #include <vm/vm_object.h> +#include <kern/mach_debug.h> #include <kern/task.h> #include <kern/host.h> #include <kern/printf.h> |