diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-01 13:30:54 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-01 13:30:54 +0100 |
commit | 63ed32b135317b7884c3feaa5b5e873aa15b7f07 (patch) | |
tree | c9a7e72c901e7e213d469d8370f44eb43291d774 /i386 | |
parent | dde4c6faeed449d9f25dca66a789970497e67bac (diff) | |
download | gnumach-63ed32b135317b7884c3feaa5b5e873aa15b7f07.tar.gz gnumach-63ed32b135317b7884c3feaa5b5e873aa15b7f07.tar.bz2 gnumach-63ed32b135317b7884c3feaa5b5e873aa15b7f07.zip |
mach_i386: include MACH_I386_IMPORTS
Like other defs header do, to allow e.g. including libports/ports.h
Diffstat (limited to 'i386')
-rw-r--r-- | i386/include/mach/i386/mach_i386.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i386/include/mach/i386/mach_i386.defs b/i386/include/mach/i386/mach_i386.defs index a8cb91ce..e110c899 100644 --- a/i386/include/mach/i386/mach_i386.defs +++ b/i386/include/mach/i386/mach_i386.defs @@ -36,6 +36,10 @@ subsystem #include <mach/std_types.defs> #include <mach/mach_types.defs> +#ifdef MACH_I386_IMPORTS +MACH_I386_IMPORTS +#endif + type descriptor_t = struct[2] of int; type descriptor_list_t = array[*] of descriptor_t; |