//! GPU registers
use crateMemRegister;
use size_of;
use slice;
/// A port used to send GP0 commands.
pub type GP0 = ;
/// A port used to send GP1 commands.
pub type GP1 = ;
/// The register that receives GPU responses.
pub type Response = ;
// This is a struct rather than a type to allow overriding the derived Debug
// impl.
/// The GPU status register.
;
/// A struct whose memory layout is a valid GP0 command.