summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorMandy Lavi <mandy.lavi@freescale.com>2013-12-16 13:37:24 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-03-05 13:52:16 (GMT)
commit3a0b169daa0244bd6c2eb38784174d34edb03bad (patch)
tree1da4b02986e449bd501ea0979bd62464faf522b3 /include/uapi/linux
parent4376b89e78db40c173640cc05b9046707d9ddb58 (diff)
downloadlinux-fsl-qoriq-3a0b169daa0244bd6c2eb38784174d34edb03bad.tar.xz
fmd: add PPP header type to the list of headers to be handled
Change-Id: I7347668005c7979c2c64a97cbf05c16faddff49a Signed-off-by: Mandy Lavi <mandy.lavi@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/7945 Tested-by: Richard Schmitt <richard.schmitt@freescale.com> Reviewed-by: Nir Erez <nir.erez@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com> (cherry picked from commit 978622644e30299070942ff53c9908c1c01e59e4) Change-Id: I7347668005c7979c2c64a97cbf05c16faddff49a Reviewed-on: http://git.am.freescale.net:8181/9383 Reviewed-by: Jose Rivera <German.Rivera@freescale.com> Tested-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h b/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h
index 542f935..45402e8 100644
--- a/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h
+++ b/include/uapi/linux/fmd/Peripherals/fm_pcd_ioctls.h
@@ -1213,8 +1213,10 @@ typedef struct ioc_fm_pcd_kg_scheme_params_t {
/**************************************************************************//**
@Collection
*//***************************************************************************/
+#if DPAA_VERSION >= 11
#define IOC_FM_PCD_CC_STATS_MAX_NUM_OF_FLR 10 /* Maximal supported number of frame length ranges */
#define IOC_FM_PCD_CC_STATS_FLR_SIZE 2 /* Size in bytes of a frame length range limit */
+#endif /* DPAA_VERSION >= 11 */
#define IOC_FM_PCD_CC_STATS_FLR_COUNT_SIZE 4 /* Size in bytes of a frame length range counter */
/* @} */