From 566c227636481b246d928772ebeaacbc7c37145b Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 11 Jan 2023 23:23:24 -0500 Subject: 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: --- Makefrag.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefrag.am') diff --git a/Makefrag.am b/Makefrag.am index 8a82caee..cb5651a2 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -173,6 +173,8 @@ libkernel_a_SOURCES += \ kern/mach_debug.h \ kern/mach_factor.c \ kern/mach_factor.h \ + kern/mach_host.h \ + kern/mach4.h \ kern/machine.c \ kern/machine.h \ kern/macros.h \ -- cgit v1.2.3