Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions quickassist/include/cpa.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
*
*****************************************************************************/

#ifndef CPA_H
#define CPA_H
#ifndef CPA_QAT_H
#define CPA_QAT_H

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -1138,4 +1138,4 @@ CpaStatus cpaFreeInstance(CpaInstanceHandle instanceHandle);
} /* close the extern "C" { */
#endif

#endif /* CPA_H */
#endif /* CPA_QAT_H */
2 changes: 0 additions & 2 deletions quickassist/include/cpa_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
extern "C" {
#endif

#ifndef CPA_H
#include "cpa.h"
#endif

/*****************************************************************************
* @ingroup cpaDev
Expand Down
2 changes: 0 additions & 2 deletions quickassist/include/dc/cpa_dc.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
extern "C" {
#endif

#ifndef CPA_H
#include "cpa.h"
#endif

/**
*****************************************************************************
Expand Down
2 changes: 0 additions & 2 deletions quickassist/include/rl/cpa_rl.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
extern "C" {
#endif

#ifndef CPA_H
#include "cpa.h"
#endif

/**
*****************************************************************************
Expand Down
Loading