您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819
  1. #ifndef CONFIG_SIDEBAND_H
  2. #define CONFIG_SIDEBAND_H
  3. /** @file
  4. *
  5. * Sideband access by platform firmware
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  9. //#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */
  10. #include <config/named.h>
  11. #include NAMED_CONFIG(sideband.h)
  12. #include <config/local/sideband.h>
  13. #include LOCAL_NAMED_CONFIG(sideband.h)
  14. #endif /* CONFIG_SIDEBAND_H */