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.

ibft.h 227B

1234567891011
  1. #ifndef _GPXE_IBFT_H
  2. #define _GPXE_IBFT_H
  3. /* Placeholder file */
  4. static inline int ibft_fill_data ( struct net_device *netdev __unused,
  5. struct iscsi_session *iscsi __unused ) {
  6. return 0;
  7. }
  8. #endif /* _GPXE_IBFT_H */