summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
index bf1a55b..1fb3f7f 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
@@ -76,6 +76,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChipStats Pointer to a tOCT6100_CHIP_STATS structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChipGetStatsDef
UINT32 Oct6100ChipGetStatsDef(
tPOCT6100_CHIP_STATS f_pChipStats )
{
@@ -106,8 +107,10 @@ UINT32 Oct6100ChipGetStatsDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChipGetStats
UINT32 Oct6100ChipGetStats(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CHIP_STATS f_pChipStats )
@@ -147,6 +150,7 @@ UINT32 Oct6100ChipGetStats(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -165,6 +169,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChipImageInfo Pointer to a tPOCT6100_CHIP_IMAGE_INFO structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChipGetImageInfoDef
UINT32 Oct6100ChipGetImageInfoDef(
tPOCT6100_CHIP_IMAGE_INFO f_pChipImageInfo )
{
@@ -223,8 +228,10 @@ UINT32 Oct6100ChipGetImageInfoDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChipGetImageInfo
UINT32 Oct6100ChipGetImageInfo(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CHIP_IMAGE_INFO f_pChipImageInfo )
@@ -299,6 +306,7 @@ UINT32 Oct6100ChipGetImageInfo(
return cOCT6100_ERR_OK;
}
+#endif
/**************************** PRIVATE FUNCTIONS ****************************/
@@ -316,6 +324,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
the present state of the chip and all its resources.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiChipStatsSwInit
UINT32 Oct6100ApiChipStatsSwInit(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance )
{
@@ -356,6 +365,7 @@ UINT32 Oct6100ApiChipStatsSwInit(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -373,6 +383,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChipStats Pointer to master mode configuration structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChipGetStatsSer
UINT32 Oct6100ChipGetStatsSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
OUT tPOCT6100_CHIP_STATS f_pChipStats )
@@ -431,4 +442,5 @@ UINT32 Oct6100ChipGetStatsSer(
return cOCT6100_ERR_OK;
}
+#endif