common/mlx5: remove useless C++ include guard
Remove the incomplete cplusplus guard in internal headers. Fixes: 7525ebd8ebb0 ("common/mlx5: add glue functions on Windows") Signed-off-by: Weiguo Li <liwg06@foxmail.com>
This commit is contained in:
parent
1785d9eb62
commit
3cacda8ff0
@ -5,10 +5,6 @@
|
||||
#ifndef __MLX5_WIN_DEFS_H__
|
||||
#define __MLX5_WIN_DEFS_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
enum {
|
||||
MLX5_CQE_OWNER_MASK = 1,
|
||||
MLX5_CQE_REQ = 0,
|
||||
|
@ -5,10 +5,6 @@
|
||||
#ifndef __MLX5_WIN_ETX_H__
|
||||
#define __MLX5_WIN_ETX_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "mlx5_prm.h"
|
||||
#include "mlx5devx.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user