2 * Copyright (c) 2017 ETH Zurich.
5 * This file is distributed under the terms in the attached LICENSE file.
6 * If you do not find this file, copies can be found by writing to:
7 * ETH Zurich D-INFK, Universitaetstr. 6, CH-8092 Zurich. Attn: Systems Group.
10 #define E10K_DEVIF_H_ 1
13 typedef void (*e10k_event_cb_t)(void* q);
15 errval_t e10k_queue_create(struct e10k_queue** q, e10k_event_cb_t cb,
16 bool use_vf, bool interrupts);
17 errval_t e10k_queue_destroy(struct e10k_queue* q);
19 uint64_t e10k_queue_get_id(struct e10k_queue* q);