git://git.qemu.org
/
ipxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[ci] Update to ubuntu-22.04 GitHub actions runner
[ipxe.git]
/
src
/
include
/
usr
/
ibmgmt.h
1
#ifndef _USR_IBMGMT_H
2
#define _USR_IBMGMT_H
3
4
/** @file
5
*
6
* Infiniband device management
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
11
12
struct
ib_device
;
13
14
extern
void
ibstat
(
struct
ib_device
*
ibdev
);
15
16
#endif
/* _USR_IBMGMT_H */