forked from M-Labs/zynq-rs
5 lines
78 B
Rust
5 lines
78 B
Rust
|
use super::InitOp::{self, *};
|
||
|
|
||
|
pub const INIT_DATA: &'static [InitOp] = &[
|
||
|
];
|