mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
7 lines
115 B
C
7 lines
115 B
C
#ifndef __DATAFLOW_H
|
|
#define __DATAFLOW_H
|
|
|
|
void print_isd_info(unsigned int baseaddr);
|
|
|
|
#endif /* __DATAFLOW_H */
|
|
|