Home | History | Annotate | Line # | Download | only in conf
ioconf.incl.hpcsh revision 1.1.60.1
      1       1.1     uch #include <sys/param.h>
      2       1.1     uch #include <sys/conf.h>
      3       1.1     uch #include <sys/device.h>
      4       1.1     uch #include <sys/mount.h>
      5       1.1     uch #include <machine/platid.h>
      6       1.1     uch #define PLATID_DEFINE_MASK_NICKNAME
      7       1.1     uch #include <machine/platid_mask.h>
      8       1.1     uch #undef PLATID_DEFINE_MASK_NICKNAME
      9  1.1.60.1  simonb #undef SET /* XXX: nuke stupid SET macro defined in <sys/types.h> */
     10       1.1     uch #define CONFIG_HOOK_DEFINE_NICKNAME
     11       1.1     uch #include <machine/config_hook.h>
     12       1.1     uch #undef CONFIG_HOOK_DEFINE_NICKNAME
     13