// Copyright 2019-2020 Authors of Red Sift
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
// http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.
//! The XDP Prelude
//!
//! The purpose of this module is to alleviate imports of the common XDP types
//! by adding a glob import to the top of XDP programs:
//!
//! ```
//! use redbpf_probes::xdp::prelude::*;
//! ```
pub use crate*;
pub use crate*;
pub use crate;
pub use crate*;
pub use crate*;
pub use *;
pub use ;