/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/ipxe/ib_smc.h
20 строк
454 B
Michael Brown
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
02 мар 2015, 17:17
02 мар 2015, 17:17
b6ee89f
Код
Авторство
О чём код?
#ifndef _IPXE_IB_SMC_H #define _IPXE_IB_SMC_H /** @file * * Infiniband Subnet Management Client * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <ipxe/infiniband.h> typedef int ( * ib_local_mad_t ) ( struct ib_device *ibdev, union ib_mad *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 */