net/bnxt: update multi device design
[dpdk.git] / drivers / net / bnxt / tf_core / stack.h
index ebd0555..6732e03 100644 (file)
@@ -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