Macro sdram_cmd

Source
macro_rules! sdram_cmd {
    ($uut: ident, $cmd: expr) => { ... };
}