Derive Macro PaiRegs

Source
#[derive(PaiRegs)]
{
    // Attributes available to this derive:
    #[sp]
    #[pc]
    #[sysno]
    #[getsysno]
    #[setsysno]
}
Expand description

Used internally by pai to create registers that are accessible cross-architecture.