diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/ib_smc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ipxe/ib_smc.h b/src/include/ipxe/ib_smc.h index d16a37fa3..259d2cde1 100644 --- a/src/include/ipxe/ib_smc.h +++ b/src/include/ipxe/ib_smc.h @@ -14,7 +14,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); typedef int ( * ib_local_mad_t ) ( struct ib_device *ibdev, union ib_mad *mad ); -extern int ib_smc_update ( struct ib_device *ibdev, - ib_local_mad_t local_mad ); +extern int ib_smc_init ( struct ib_device *ibdev, ib_local_mad_t local_mad ); +extern int ib_smc_update ( struct ib_device *ibdev, ib_local_mad_t local_mad ); #endif /* _IPXE_IB_SMC_H */ |
