]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/mach_norma.defs
xnu-1699.26.8.tar.gz
[apple/xnu.git] / osfmk / mach / mach_norma.defs
index 0bc37cfc3e703efb1891d2faea0cd14ea62d8b04..0bc1c694538b7483d712831944ac242866718941 100644 (file)
 subsystem
 #if    KERNEL_USER
          KernelUser
-#endif KERNEL_USER
+#endif /* KERNEL_USER */
 #if    KERNEL_SERVER
          KernelServer
-#endif KERNEL_SERVER
+#endif /* KERNEL_SERVER */
                       mach_norma 555000;
 #ifdef KERNEL_USER
 userprefix r_;
-#endif KERNEL_USER
+#endif /* KERNEL_USER */
 
 #include <mach/std_types.defs>
 #include <mach/mach_types.defs>
@@ -257,3 +257,5 @@ routine norma_port_location_hint(
                task            : task_t;
                port            : mach_port_t;
        out     node            : int);
+
+/* vim: set ft=c : */