diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-07 16:16:18 +0100 |
|---|---|---|
| committer | Justus Winter <justus@gnupg.org> | 2016-09-04 12:31:06 +0200 |
| commit | 4b99a6fcf9ac292105290c447827b9b2f4a57b8c (patch) | |
| tree | 368516287a4d144b2582b5d72d139950a1132d56 /boot/mig-mutate.h | |
| parent | 02cebe45fca07e08503297dcade6f35135007547 (diff) | |
boot: XXX stubbing out more kernel stuff, proc boots!
Diffstat (limited to 'boot/mig-mutate.h')
| -rw-r--r-- | boot/mig-mutate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/mig-mutate.h b/boot/mig-mutate.h index e09dba6e..ef90b734 100644 --- a/boot/mig-mutate.h +++ b/boot/mig-mutate.h @@ -19,3 +19,7 @@ #define MACH_IMPORTS \ import "mig-decls.h"; +#define MACH_HOST_IMPORTS \ + import "mig-decls.h"; +#define GNUMACH_IMPORTS \ + import "mig-decls.h"; |
