//! VirtIO Common Constants
//!
//! This module organizes all constants used throughout VirtIO device implementations
//! into logical categories for better maintainability and consistency.
// Re-export commonly used constants for convenience
pub use *;
pub use *;
pub use *;