You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sideband.h 389B

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 */