@@ -408,8 +408,9 @@ typedef union odp_pktout_config_opt_t {
*
* @deprecated Use odp_proto_layer_t instead
*/
-typedef odp_proto_layer_t odp_pktio_parser_layer_t;
+typedef odp_proto_layer_t ODP_DEPRECATE(odp_pktio_parser_layer_t);
+#if ODP_DEPRECATED_API
/** No layers
* @deprecated Use ODP_PROTO_LAYER_NONE, instead */
#define ODP_PKTIO_PARSER_LAYER_NONE ODP_PROTO_LAYER_NONE
@@ -429,6 +430,7 @@ typedef odp_proto_layer_t odp_pktio_parser_layer_t;
/** All layers
* @deprecated Use ODP_PROTO_LAYER_ALL instead */
#define ODP_PKTIO_PARSER_LAYER_ALL ODP_PROTO_LAYER_ALL
+#endif
/**
* Parser configuration