drivers: update copyright for NXP files
[dpdk.git] / drivers / bus / fslmc / mc / fsl_dpcon.h
index fc0430d..af81d51 100644 (file)
@@ -1,6 +1,7 @@
 /* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
  *
  * Copyright 2013-2016 Freescale Semiconductor Inc.
+ * Copyright 2017-2019 NXP
  *
  */
 #ifndef __FSL_DPCON_H
@@ -81,25 +82,6 @@ int dpcon_get_attributes(struct fsl_mc_io *mc_io,
                         uint16_t token,
                         struct dpcon_attr *attr);
 
-/**
- * struct dpcon_notification_cfg - Structure representing notification params
- * @dpio_id:   DPIO object ID; must be configured with a notification channel;
- *             to disable notifications set it to 'DPCON_INVALID_DPIO_ID';
- * @priority:  Priority selection within the DPIO channel; valid values
- *             are 0-7, depending on the number of priorities in that channel
- * @user_ctx:  User context value provided with each CDAN message
- */
-struct dpcon_notification_cfg {
-       int dpio_id;
-       uint8_t priority;
-       uint64_t user_ctx;
-};
-
-int dpcon_set_notification(struct fsl_mc_io *mc_io,
-                          uint32_t cmd_flags,
-                          uint16_t token,
-                          struct dpcon_notification_cfg *cfg);
-
 int dpcon_get_api_version(struct fsl_mc_io *mc_io,
                          uint32_t cmd_flags,
                          uint16_t *major_ver,