summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-08-25 23:42:20 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:09:14 +0200
commit20a71f3ba955816815f8d6d147ce630ae4764e3a (patch)
treedaedbe026d0eb0a1d36ce9318fbf17bba586fcd8 /software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
parent38382864db28a166ddc3bb5b96b81180a65e27fe (diff)
begin the process of filtering out the parts of the API we don't use
git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@8 537310ab-6354-42db-a3cc-247b777f7be6
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