//! Raw FFI bindings to DPDK, generated by bindgen at build time.
//!
//! These bindings are auto-generated from the DPDK headers installed on the
//! build machine. The `build.rs` script uses `pkg-config` to find the headers
//! and `bindgen` to produce this file. Only the subset of DPDK we need is
//! exposed (EAL, mempool, ethdev, mbuf).
// Suppress warnings from bindgen-generated code. These are applied at
// the module level so they cover everything in the included file.
pub use *;