Home | History | Annotate | Line # | Download | only in conf
      1  1.1  takemura #include <sys/param.h>
      2  1.1  takemura #include <sys/conf.h>
      3  1.1  takemura #include <sys/device.h>
      4  1.1  takemura #include <sys/mount.h>
      5  1.1  takemura #include <machine/platid.h>
      6  1.1  takemura #define PLATID_DEFINE_MASK_NICKNAME
      7  1.1  takemura #include <machine/platid_mask.h>
      8  1.1  takemura #undef PLATID_DEFINE_MASK_NICKNAME
      9  1.4   tsutsui #undef SET /* XXX: nuke stupid SET macro defined in <sys/types.h> */
     10  1.2  takemura #define CONFIG_HOOK_DEFINE_NICKNAME
     11  1.2  takemura #include <machine/config_hook.h>
     12  1.2  takemura #undef CONFIG_HOOK_DEFINE_NICKNAME
     13  1.3  takemura #define VRIPUNIT_DEFINE_UNIT_NICKNAME
     14  1.3  takemura #include <hpcmips/vr/vripunit.h>
     15  1.3  takemura #undef VRIPUNIT_DEFINE_UNIT_NICKNAME
     16