Skip to content

Commit

Permalink
Adding header file for function prototype linux compilation (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-rathore authored May 3, 2024
1 parent ac74d5a commit 541f94d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_pool/pcie/operating_system/test_p001.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
**/
#include "val/common/include/acs_val.h"
#include "val/common/include/acs_pcie.h"
#include "val/sbsa/include/sbsa_acs_pcie.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 1)
#define TEST_DESC "Check ECAM Presence "
Expand Down
1 change: 1 addition & 0 deletions test_pool/pcie/operating_system/test_p005.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "val/common/include/acs_pe.h"
#include "val/common/include/acs_pcie.h"
#include "val/common/include/acs_memory.h"
#include "val/sbsa/include/sbsa_acs_pcie.h"

/* SBSA-checklist 63 & 64 */
#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 5)
Expand Down
1 change: 1 addition & 0 deletions test_pool/pcie/operating_system/test_p009.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "val/common/include/acs_val.h"
#include "val/common/include/acs_pcie.h"
#include "val/common/include/acs_memory.h"
#include "val/sbsa/include/sbsa_acs_pcie.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 9)
#define TEST_DESC "Check all MSI(X) vectors are LPIs "
Expand Down
1 change: 1 addition & 0 deletions test_pool/smmu/operating_system/test_i016.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "val/sbsa/include/sbsa_acs_iovirt.h"
#include "val/common/include/acs_smmu.h"
#include "val/common/include/acs_memory.h"
#include "val/sbsa/include/sbsa_acs_smmu.h"

#define TEST_NUM (ACS_SMMU_TEST_NUM_BASE + 16)
#define TEST_RULE "S_L7SM_02"
Expand Down

0 comments on commit 541f94d

Please sign in to comment.