net/liquidio: add API to setup mbox registers
[dpdk.git] / drivers / net / liquidio / lio_struct.h
index 0af4fe3..01b5716 100644 (file)
@@ -45,6 +45,9 @@
 
 struct lio_device;
 struct lio_fn_list {
+       int (*setup_mbox)(struct lio_device *);
+       void (*free_mbox)(struct lio_device *);
+
        int (*setup_device_regs)(struct lio_device *);
 };