diff options
| author | Slava Shwartsman <slavash@FreeBSD.org> | 2018-12-05 13:32:15 +0000 |
|---|---|---|
| committer | Slava Shwartsman <slavash@FreeBSD.org> | 2018-12-05 13:32:15 +0000 |
| commit | 63d7a8d9a890e9f07b518aed596cf26438767cdf (patch) | |
| tree | 921822b8ee05d92522570813fe240628ff1b01f6 /sys/dev/mlx4/driver.h | |
| parent | b7d573c5a4753d37b629f682de48a4c89e5561ca (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx4/driver.h')
| -rw-r--r-- | sys/dev/mlx4/driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/mlx4/driver.h b/sys/dev/mlx4/driver.h index a12d6a508ef0c..9768e56ee1b19 100644 --- a/sys/dev/mlx4/driver.h +++ b/sys/dev/mlx4/driver.h @@ -101,4 +101,7 @@ static inline u64 mlx4_mac_to_u64(const u8 *addr) return mac; } +void mlx4_disable_interrupts(struct mlx4_dev *); +void mlx4_poll_interrupts(struct mlx4_dev *); + #endif /* MLX4_DRIVER_H */ |
