net/bnxt: remove unused function parameters
[dpdk.git] / drivers / net / bnxt / tf_core / stack.h
index ebd0555..3582332 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2019-2020 Broadcom
+ * Copyright(c) 2019-2021 Broadcom
  * All rights reserved.
  */
 #ifndef _STACK_H_
@@ -36,6 +36,16 @@ int stack_init(int num_entries,
               uint32_t *items,
               struct stack *st);
 
+/** Return the address of the stack contents
+ *
+ *  [in] st
+ *    pointer to the stack
+ *
+ *  return
+ *    pointer to the stack contents
+ */
+uint32_t *stack_items(struct stack *st);
+
 /** Return the size of the stack
  *
  *  [in] st